/* Begin Contact Form CSS */
.contactform {
	position: static;
	overflow: hidden;
}

.contactleft {
	width: 15%;
	text-align: left;
	clear: both;
	float: left;
	display: inline;
	padding: 15px 0 7px 0;
	margin: 0;
        font-weight:bold;
}

.contactright {
	width: 83%;
	text-align: left;
	float: right;
	display: inline;
	padding: 10px 0 7px 0;
	margin: 0;
}

.contactright input{
	width:70%;
height:20px;
font:1.1em arial, helvetica, san-serif;
}

#wpcf_msg{
	width:70%;
height:180px;
}

#contactsubmit{
	width:20%;
height:30px;
font-size:1em;
background-color:#ddd;
border:1px solid #ccc;
-moz-border-radius: 5px;
border-radius: 5px;
}

.contacterror {
	background:#e8f2f7;
}

.contactform input{
border:0;
padding:5px;
border:1px solid #ddd;
-moz-border-radius: 5px;
border-radius: 5px;
}

.contactform textarea{
font:1.1em arial, helvetica, san-serif;
border:0;
padding:5px;
border:1px solid #ddd;
width:330px;
-moz-border-radius: 5px;
border-radius: 5px;
}

/* End Contact Form CSS */
