#contact-form { 
	margin: 20px 0 24px 0; 
	width:300px;
	

}


#online-support-form {
	margin: 20px 0 24px 0; 
	width:300px;

}

.datasharp-form input, textarea {
	width: 190px;
	padding: 3px;
	margin: 0px 0 9px 0;
	font-size: 11px;
	border: 1px solid #858584;
	height: 12px;
}

textarea {
	
	
}

#enquiry {
	height: 124px;
	width: 190px;
	margin-bottom:22px;
}
#telephone , #postcode{  }

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

#enquiry-label { width: 600px; }

.datasharp-form #Submit  {
	height: 29px;
	width: 77px;
	background: #fff url(../images/button-submit.png) no-repeat top left;
	border: none;
	float:right;
	margin-right:10px;
	
}

.datasharp-form #Submit:hover {
	background-position:bottom left;
}


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

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

