form.enq input.required {
	display:none;
}


form.enq {
			color:#17668f;
			font-size:11px;
			font-family:"Trebuchet MS";
		}
		form.enq table {
			background: #e3f1f8;
			border:1px solid #a1d2ec;
		}
		form.enq table td {
			padding:6px;
		}
		
		form.enq table tr.heading3 {
			background:#c6e0ee;
			
		}
		
		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:#17668f;
			margin:-5px 0;
		}
		form.enq input {}
		form.enq label {
			color:#267198;
			font-size:11px;
			font-family:"Trebuchet MS";
		}
