@charset "utf-8";
/* CSS Document */
	
div#contact_form label {
 color: #777;
	display: block;
	font-size: 110%;
 font-weight: bold;
	margin: 1em 0px;
	text-transform: uppercase; }
	
div#contact_form textarea {
 color: #444;
 display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
 height: 300px;
	padding: 1em;
	width: 660px; }
	
div#contact_form input#submit {
 margin: 1em 0px;
	margin-right: 1em;
	padding: 1em; }

div#contact_form span.error {
	color: #F00; }
	
div#contact_form span.success {
	color: #0A0; }
