/* CONTACT DETAILS */
div.contactDetailHead{
	float:left;
	width:130px;
	margin-right:8px;
	font-weight:bold;
}

div.contactDetailTxt{
	float:left;
	width:170px;
}

/* CONTACT FORM */
div.contactFormLabel{	
	width:55px;
	float:left;
	font-size:10pt;
	font-weight:bold;
	font-family:AvantGarde,Arial,Helvetica,sans-serif;
}

div.contactFormInput{
	float:left;
	width:185px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10pt;
}

div.contactFormInput input{
	width:185px;
	border:1px solid #ccc;
}

div.contactFormInput select{
	width:189px;
}

input#charCount{
	border:0px;
	background:transparent;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	padding:0px;
	margin:0px;
	width:25px;
}

textarea#contactMessage{
	width:100%;
	height:100px;
	border:1px solid #ccc;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10pt;
}
