/* CSS Document */

/* -------------- Styles added 20072015  ---------------- */
/* -------------- Please copy ALL CSS including comments when placing into CMS  ---------------- */



/* ########################################
	Contact Form 
########################################## */

/* --------- Overarching styles ------- */
.ContactForm {
	width:100%;
	height:auto;
	margin:0px;
	padding:7px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
	float:left;
	border:1px solid #999999;
}	

.ContactForm form {
	width:100%;
	height:auto;
}
	
.ContactForm textarea {
	width:99%;
	height:200px;
	border:1px solid #CCCCCC;
	clear:both;
	margin:0px 0px 0px 0px;
}	

.ContactForm input {
	margin:5px 0px 0px 5px;
}

.ContactForm label{
	margin:0px 0px 0px 5px;
}

.ContactForm span {
	font:14px Arial, Helvetica, sans-serif;
	margin:7px auto 10px 5px!important;
	clear:both!important;
	padding:0px;
}

/* --------- Contact Form Left ------- */
.ContactFormLeft {
	width:49%;
	height:auto;
	float:left;
}	

.ContactFormLeft input {
	width:90%;
}

/* --------- Contact Form Right ------- */

.ContactFormright {
	width:49%;
	height:auto;
	float:right;
	border:1px solid #ccc;
	padding:5px 0px 5px 0px;
}	


/* -------------- END - Styles added 20072015 ---------------- */
