/* Start of CMSMS style sheet 'Contact Us' */
#contact_form {
	float: left;
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
	height: 350px;
	overflow: hidden;
	font-size: 12px;
	color: #334a4d;
}

.box_1 {
	float: left;
	width: 233px;
}

.box_2 {
	float: left;
	width: 400px;
}

#contact_form .box_1 div {
	height: 33px;
}

#contact_form input {
	width: 207px;
	height: 20px;
}

#contact_form textarea {
	width: 350px;
	height: 220px;
	margin-bottom: 15px;
}

#contact_form img {
	border: 0px;
}

.error_msg {
	color: #FF0000;
}

.sent_msg {
	color: #0355a7;
}
/* End of 'Contact Us' */

