/* this is the style sheet for the ajaxContact Form */
.contactleft {
	width: 19%;
	text-align: right;
	clear: both;
	float: left;
	display: inline;
	padding: 4px;
	margin: 3px 0;
}

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

#cForm input {
border: 1px solid #A60000;
margin-bottom:3px;
font-size: 10px;
width: 100%;
}

#cForm textarea {
border: 1px solid #A60000;
margin-bottom:3px;
font-size: 10px;
width: 100%;
}

#cForm #sendContactEmail {
border: 1px solid #A60000;
background-color:#FF3200;
color:#FFFFFF;
margin:10px 0px 10px 0px;
font-size: 11px;
width:100px;

}
