<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Begin Contact Form CSS */
.contactform {
	position: static;
	overflow: hidden;
}

.contactleft {
	width: 15%;
	min-height:25px;
	text-align: right;
	clear: both;
	float: left;
	display: inline;
	padding: 0px;
	margin: 10px 0;
}

.contactright {
	width: 82%;
	min-height:25px;
	text-align: left;
	float: right;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}

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

.contactsubmit {
}
/* End Contact Form CSS */
</pre></body></html>