/* CONTACT PAGE */

div.contactLabel, div.contactInput{
	float:left;
	width:150px;
	height:22px;
	margin-bottom:10px;
}

div.contactInput{
	width:228px;
}

div.contactInput input{
	width:226px;
}

div.charCountWrap{
	float:right;
	font-size:0.8em;
	color:#999;
}

div.charCountWrap input{
	background:transparent;
	border:0px;
	color:#999;
}

textarea#contactMessage, textarea#enquiryMessage{
	width:401px;
	margin-bottom:5px;
}

div#contactSubmit{
	float:left;
	margin-left:35px;
}

div#contactPrivacy{
	float:right;
	padding-top:3px;
	font-size:0.8em;
	color:#666;
}
