@charset "utf-8";
/* CSS Document */

div.form_section {
			
			width:340px;
			
			font-size:1.1em;
			font-weight:bold;
			margin-left:40px;
			color:#19568c;
			padding:0px;
		
		}
div.customer {
	margin:0px 0px 7px 0px;
	text-align:center;
}
div.label{
	float:left;
	width:120px;
	margin:0px 7px 7px 0px;
	text-align:right;
	height:18px;
	line-height:18px;
}
div.input {
	float:left;
	width:190px;
	margin:0px 0px 7px 0px;
	padding:0px;
}
div.spacing {
	clear:both;
	height:20px;
	width:120px;
}
div.comments textarea{
	width:250px;
	height:100px;
	margin:0px 0px 0px 25px;
}
input#send {
	float:left;
	margin:10px 0px 0px 25px;
}

#contact_name, #company_name, #service_industry, #number_of_staff, 
#referred_by, #city, #email, #phone, #website, #user_name, #password, #password2 {
	width:140px;
	height:14px;
}
hr  {
	width:80%;
}
/* input#website {
	display:none;
}*/