form.enq .required {
	display:none;
}


form.enq {
			color:#336;
			font-size:14px;
			font-family:"Trebuchet MS";
			text-align:left;
		}
		form.enq table {
			background: #f1f4fa;
			border:1px solid #a0b9f3;
		}
		form.enq table td {
			padding:6px;
		}
		
		form.enq table tr.heading3 {
			background:#c2d0f9;
			
		}
		
	
		form.enq h2 {
			font-size:18px;
			font-family:"Trebuchet MS";
			font-weight:bold;
			margin:0;
			padding:0;
		}
		form.enq h3 {
			font-size:14px;
			font-family:"Trebuchet MS";
			font-weight:bold;
			margin:0;
			padding:0;
			color:#222e6a;
			margin:-5px 0;
		}
		form.enq input {}
		form.enq label {
			color:#336;
			font-size:13px;
			font-family:"Trebuchet MS";
			font-weight:bold;
		}