
body{
	margin: 0;
	background: #0e4162 repeat url(images/bgd.png);
}

#wrapper{
	margin: 20px auto;
	padding: 0;
	width: 825px;
	height: 695px;
	border: 12px double white;
	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: 365px;
	margin-left: 310px;
	width: 442px;
	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: 400px;
	margin: 0 0 10px 0;
	height: auto;
	padding: 15px 0 14px 16px;
	border: 6px solid white;
	font-size: 16px; 
	font-family: "Helvetica", "Arial", "sans-serif";
	color: black;
	clear: left;
}

.box:hover{
	border-color: #44412f;
}

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


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