label{
float: left;
width: 200px;
font-weight: bold;
margin:5px 15px 3px 0px;
font-size:13px;
color:#33596c;

}

input, textarea{
width: 180px;
margin:5px 0px 3px 0px;
padding-left:3px;
font-size:12px;	
border:1px #aac inset;
}

input:focus {
	background:#FFFFCC;
}

textarea{
width: 250px;
height: 150px;
}

.boxes{
width: auto;
margin-top:12px;
float:left;
border:none !important;
} 

span.radio {
	display:block;
	float:left;
	margin:12px 24px 0px 4px;
	font-size:12px;
}

#submitbutton{
margin-left: 162px;
margin-top: 5px;
width: 90px;
background:#33596c;
border:1px #555 solid;
color:white;
outline:none;
padding-left:inherit;
}

#submitbutton:focus {
	background:#579341;
	border:1px #B66A1C solid;
	outline:none;
}


br{
clear: left;
}