/* Begin Contact Form CSS */
.contactform {
	position: static;
	overflow: hidden;
	margin-bottom:20px;
}

.contactleft {
	width: 35%;
	text-align: right;
	clear: both;
	float: left;
	display: inline;
	padding: 4px;
	margin: 5px 0;
	color:#666666;
}

.contactright {
	width: 60%;
	text-align: left;
	float: right;
	display: inline;
	padding: 4px;
	margin: 5px 0;
	color:#666666;
}

.contacterror {
	border: 1px solid #ff0000;
}

#wpcf_msg {
	color:#000000;
}

.contactsubmit {
}
/* End Contact Form CSS */
