form{
	float: left;
	width: 300px;
	margin: 0 auto;
}
	
label{
	float: left;
	width: 120px;
	font-family:  Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #828282;
	text-decoration: none;
	line-height: 20px;
}

input, textarea{
width: 246px;
margin-bottom: 10px;
height: 20px;
border: 1px solid #D2D4D3;
}

textarea{
width: 246px;
height: 88px;
border: 1px solid #D2D4D3;
}


.boxes{
width: 1em;
}

#submitbutton{
margin-left: 0px;
margin-top: 0px;
width: 86px;
height: 24px;
float: left;
border: none;
padding: 0px;
}

#resetbutton{
margin-left: 0px;
margin-top: 5px;
width: 94px;
height: 34px;
float: left;
border: none;
padding: 0px 10px;
}

br{
clear: both;
}



.required { 
	font-family:  Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6A1216;
	text-decoration: none;
	line-height: 20px;
	text-align: left;
}
