#contact-form { margin: 0 0 24px 0; }
input, textarea {
	width: 331px;
	padding: 4px;
	margin: 0px 0 9px 0;
	font-size: 11px;
	border: 1px solid #858584;
	height: 13px;
}

textarea {
	height: 90px;
	width: 320px;
}

#enquiry {
	height: 157px;
	width: 331px;
}
#telephone , #postcode{ width: 156px; }

input:focus, textarea:focus { background:#f1f0ff; }
label {
	float:left;
	width:200px;
	margin-top:0px;
	font-size: 12px;
	color: #3a3a3c;
}

#enquiry-label { width: 600px; }
#Submit  {
	height: 30px;
	width: 70px;
	background: #fff;
	border: none;
	font-size: 14px;
	font-weight: bold;
	padding: 0;
}
#Submit:hover { text-decoration: underline; }
#Submit:active { text-decoration: underline; }

.required {
	font-size: 10px;
	margin: 0;
	color: #142054;
}

#emailcheckbox
{
	font-size:13px;
	margin-top:0px;
	color: #344a5a;
	font-weight: bold;
}