#contact_form label {
	line-height: 30px;
}
#contact_form input, #contact_form textarea {
	width: 300px;
}
#errors {
	background-color: #FFFFCC;
	border: 1px dashed #000000;
	color: #680001;
	float: right;
	margin-top: 12px;
	padding: 10px;
	width: 150px;
}
#contact_form #submit, #contact_form #reset {
	width: 145px;
}
#contact_form #reset {
	margin-left: 10px; 
}