/* Begin Contact Form CSS */
.contactform {
	position: static;
	overflow: hidden;
}

.contactleft {
	width: 18%;
	text-align: right;
	clear: both;
	float: left;
	display: inline;
	padding: 4px;
	margin: 5px 0;
	color:#B4BD0C;
}

.contactright {
	width: 77%;
	text-align: left;
	float: right;
	display: inline;
	padding: 0;
	margin: 5px 0;
}

.contactright input {
	background-color:#F3F3F3;
	border: 1px solid #feeaf3;
	color: #000;
	float: left;
	height: 20px;
	padding: 2px 10px 0 10px;
	margin:0 10px 0 0;
}

.contactright textarea {
	background-color:#F3F3F3;
	border: 1px solid #feeaf3;
	color: #000;
	float: left;
	height: 185px;
	padding: 8px 10px;
	width: 350px;
	overflow: hidden;
}

.contacterror {
	border: 1px solid #ff0000;
}

#contactsubmit {
	background-color:#F3F3F3;
	border: 1px solid #feeaf3;
	color: #000;
	float: left;
	height: 20px;
	padding: 0 10px;
	width: 80px;
}

/* End Contact Form CSS */

