#form3  {
	width:100%;
	max-width: 600px;
}
#form3 h3 {
	color: #333;
	font-size: 120%;
}
#form3 label {
	min-width: 180px;
	text-align: left;
	padding-right: 5px;
	padding-top: 8px;
	color: #333;
}
#form3 input {
	/* [disabled]float: left; */
	/* : 80%;*/
	width: 90%;
	max-width: 400px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-right: 5px;
	line-height: 24x;
	padding: 2px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #999999;
	background-color: #CCC;
	font-size: 110%;
}
/*General rules*/
#form3  select{
	width: 90%;
	max-width: 400px;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height:24px;
	padding: 2px 5px;
	font-size: 110%;
}
/*Text, email & tel input fields*/

#form3 input[type=image] {
    border:0px ;
	background-color:#FFF;
	width:160px;
}

#form3 input[type=text],
#form3 input[type=email],
#form3 input[type=tel] {
	margin-bottom:8px;
	padding:2px 5px 2px 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #999;
	background-color:#D3D3D3;
}
/*Just the tel field*/
#form3 input[type=abc] {
    width:350px;
}
#form3 textarea {
	width: 90%;
	max-width: 400px;
	height:120px;
	border:1px solid #999;
	background-color:#D3D3D3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 130%;
}
/*The Submit Button */
#form3 input[type=Submit] {
	margin-top: 5px;
	padding: 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid #06C;
	background-color: #F90;
	color: #fff;
	font-weight: bold;
	border: none;
	min-width: 130px;
	padding-left: 10px;
	padding-right: 10px;
	width: 90%;
	text-align:center;
	max-width: 400px;
	height: auto;
}
#form3 input[type=checkbox] {
	width:20px;
	padding-left:0px;
	padding-right:160px;
	line-height:24px;
}
#form3 input[type=radio] {
	width:120px;
	padding-left:0px;
	margin-right:20px;
	line-height:22px;
	height:26px;
	background-color:#333;
	float:left;
	clear:both;
}


#form3 input[type=text]:focus,
#form3 input[type=email]:focus,
#form3 input[type=tel]:focus{
    border:1px solid #ccc;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
}
#enquiry_details {
	width:90%;
	font-size:120%;
	background-color: #FFF;
	margin-bottom:10px;
	overflow:hidden;
	padding:10px;
	
}
#enquiry_details .enquiry_caption {
	float: left;
	width: 200px;
	text-align: left;
	color: #ff9900;
	padding-bottom: 8px;
	padding-right: 5px;
	clear: both;
	/* [disabled]background-color: #F99; */
}
#enquiry_details .enquiry_info {
	float: left;
	width: 90%;
	color: #666;
	background-color: #FFF;
	/* [disabled]font-weight: bold; */
	padding-bottom: 8px;
}
#enquiry_response {
	width:90%;
	font-size:120%;
	background-color: #FFF;
	margin-bottom:10px;
	overflow:hidden;
	padding:10px;
}
#enquiry_bullets {
	clear:both;
	overflow:auto;
}