div.even {
	float: right;
	padding-top: 10px;
}
div.odd {
	float: left;
	clear: both;
	padding-top: 10px;
}
.message {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height:23px;
	text-align:left;
	padding-left: 20px;
	padding-bottom: 15px;
}
div .drop_down {
	clear:both;
	margin: 0px auto;
	padding: 10px;
	text-align:center;
	width: 350px;
}
div .contact_form {
	margin: 0px auto;
	width: 350px;
}
.error {
	border: 1px solid #D41A1F;
}
label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height:23px;
}
textarea {
	width: 350px;
}

