
/* Begin Contact Form CSS
.contactform {
	position: static;
	overflow: hidden;
	background: #FFE2AC url(images/bg_right.jpg) repeat top left; border-top: 1px dashed #DF996F; border-bottom: 1px dashed #DF996F; margin: 10px; padding: 10px
}

.contactleft {
	width: 25%;
	text-align: right;
	clear: both;
	float: left;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}

.contactright {
	width: 70%;
	text-align: left;
	float: right;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}

.contacterror {
	border: 2px solid #ff0000;
}

.contactsubmit {
}
End Contact Form CSS */