/* Begin Contact Form CSS */
.contactform {
	position: static;
	overflow: hidden;
}

.contactleft {
	width: 20%;
	text-align: right;
	clear: both;
	float: left;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}

.contactright {
	width: 75%;
	text-align: left;
	float: right;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}

.contacterror {
	border: 1px solid #ff0000;
	background-color: #ffddcc;
}

.contactform .error p {
	margin: 20px 45px;
	color: #ff0000;
	font-weight: bold;
}

.success p {
	margin: 20px 45px;
	font-weight: bold;
}

.contactsubmit {
}
/* End Contact Form CSS */
