p{
	text-align: center;
	margin-bottom: 40px;
}
table{
	margin: auto;
}
td:nth-of-type(1){
	text-align: right;
}
td:nth-of-type(2){
	padding-left: 23px;
	text-align: left;
}
input{
	padding: 5px;
}
img{
	float: right;
	margin: 20px 17px;
}
.input_black{
	width: 370px;
	height: 25px;
	font-size: 18px;
	margin: 10px 0px;
	color: white;
	background: black;
	border: solid white 1px;
	box-shadow: #AAAAAA 3px 3px;
}
.input_light{
	height: 25px;
	font-size: 18px;
	margin: 5px 0px;
	background: white;
	border: none;
	text-align: right;
	color: #AAAAAA;
}
.input_light_b{
	margin: 5px 0px 5px 0px;
	height: 35px;
	font-size: 18px;
	text-align: center;
	box-shadow: #AAAAAA 3px 3px;
	width: 232px;
	color: black;
	background: white;
	border: solid black 1px;
	border-radius: 0px;
}
.input_light:hover, .input_light_b:hover{
	background: lightgrey;
}