/* Begin Contact Form CSS */


#post-15 {
   font-size: 10px;
   color: #36251e;
   text-align: left;
   margin-bottom: 18px;
}

*html #form {
  width: 180px; 
  margin-top: 10px;
}

#post-15 textarea {width: 180px; height: 40px;}
#post-15 input[type="text"] {width: 180px;}
#post-15 input.submit {width: 76px;}
.contactform {
	overflow: hidden;
}

.contactleft {
	text-align: left;
	display: inline;
       clear: both;
       float: left;
       font-size: 12px;
	margin: 1px 0;
}

.contactright {
	text-align: left;
	float: left;
       clear: both;
	display: inline;
       font-size: 10px;
	margin: 1px 0;
}

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

.contactsubmit {
}
/* End Contact Form CSS */

