
body{
	margin: 0;
	background: #323232 top repeat-x url(images/bgd.jpg);
}

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

#form{
	position: absolute;
	top: 350px;
	margin-left: 100px;
	width: 370px;
	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: 340px;
	margin: 0 0 10px 0;
	padding: 17px 5px;
	border: 4px solid white;
	background: top repeat-x url(images/form-bgd.jpg);
	font-size: 16px; 
	color: white;
	clear: left;
}

.box:hover{
	background-color: white;
}

.box:focus{
	background-image: none;
	color: white;
	background-color: black;
	font-weight: bold;
}

.submit{
	display: block;
	float: right;
}