
body{
	margin: 0;
	background: #0e4162;
}

#wrapper{
	margin: 20px auto;
	padding: 0;
	width: 825px;
	height: 695px;
	background: top center no-repeat url(images/layout.jpg);
}

#wrapper2{
	margin: 20px auto;
	padding: 0;
	width: 825px;
	height: 695px;
	background: top center no-repeat url(images/layout-thanks.jpg);
}

#form{
	position: absolute;
	top: 305px;
	margin-left: 200px;
	width: 556px;
	height: 400px;
}


label{
	display: block;
	float: left;
	width: auto;
	padding: 3px;
	font-family: "Helvetica", "Arial", "sans-serif";
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: white;

}

.box{
	width: 520px;
	margin: 0 0 10px 0;
	height: auto;
	padding: 15px 0 14px 16px;
	border: 4px solid white;
	font-size: 16px; 
	font-family: "Helvetica", "Arial", "sans-serif";
	color: black;
	clear: left;
}

.box:hover{
	border-color: #a2d7f7;
}

.box:focus{
	font-weight: bold;
	border-color: #a2d7f7;
}


.submit{
	display: block;
	float: right;
	margin-right: 20px;
}