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

#wrapper{
	margin: 10px auto;
	padding: 0;
	width: 863px;
	height: 800px;
	border: 6px dashed white;
	background: top center no-repeat url(images/layout.jpg);
}

#form{
	position: absolute;
	top: 390px;
	margin-left: 150px;
	width: 568px;
	height: 400px;
	background: top no-repeat url(images/template_03.jpg);
}


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

}

.box{
	width: 550px;
	margin: 0 0 10px 0;
	padding: 17px 5px;
	border: 4px solid white;
	background: #332e27;
	font-size: 16px; 
	color: white;
	clear: left;
}

.box:hover{
	background-color: #8e7d63;
}

.box:focus{
	color: white;
	background-color: #8e7d63;
	font-weight: bold;
}

.submit{
	display: block;
	float: right;
	border: 2px solid white;
}