/* CSS Document for WP contact form plugin - customized by Taylor Lovett*/

.contactform { overflow: hidden; border-top:1px solid #ddd; padding: 15px 0 10px 0; margin:15px 0 10px 15px; }

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

.contactform div { clear:left; }
.contactform label { float:left; width:120px; }
.contactform input { margin:2px 0 5px 0; }
.contactform #contactsubmit {
	width:163px;
	height:47px;
	border:none;
	background:url(/wp-content/themes/blackcanvas_30/images/submit-163x47.png) no-repeat top left;
	color:#fff;
	font-size:1.6em;
	margin:1em 0 3em 0;
}
