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

input, textarea{
width: 300px;
margin: 10px 0px;
height: 20px;
border: 1px solid #D2D4D3;
}

textarea{
width: 300px;
height: 40px;
border: 1px solid #D2D4D3;
}

.boxes{
width: 1em;
}

#submitbutton{
margin-left: 0px;
margin-top: 5px;
width: 94px;
height: 34px;
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: #80D101;
	text-decoration: none;
	line-height: 20px;
	text-align: left;
}
