form{
	float: left;
	width: 280px;
	margin: 0 auto;
	margin-left: 5px;
	margin-top: 7px;
}
	
label{
	float: left;
	width: 120px;
}

input, textarea{
	width: 275px;
	margin-bottom: 7px;
	padding-left: 5px;
	height: 27px;
	border: 1px solid #D5D5D5;
	font-family:  Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #696969;
	text-decoration: none;
	line-height: 20px;
}

textarea{
	width: 275px;
	height: 50px;
	padding-left: 5px;
	border: 1px solid #D5D5D5;
	font-family:  Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #696969;
	text-decoration: none;
	line-height: 20px;
}

.boxes{
width: 1em;
}

#submitbutton{
margin-right: 10px;
margin-top: 8px;
width: 95px;
height: 38px;
float: right;
border: none;
padding: 0px;
}

#resetbutton{
margin-left: 0px;
margin-top: 5px;
width: 102px;
height: 37px;
float: left;
border: none;
padding: 0px 5px 0px 0px;
}

br{
clear: both;
}

#captcha_image{
margin-left: 0px;
margin-top: 5px;
width: 85px;
height: 37px;
float: left;
border: none;
padding: 0px 10px 0px 0px;
}
#captcha_text{
margin-left: 0px;
margin-top: 5px;
width: 180px;
height: 37px;
float: left;
border: none;
padding: 0px 0px 0px 0px;
}


.alert_message { 
	font-family:  Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #696969;
	text-decoration: none;
	line-height: 20px;
	text-align: left;
}
