﻿/* ================================================================4000====== */
.enquiry-hold{ margin:5px 0 30px 0; float:right; font-family: "trebuchet ms";}
.enquiry-hold a{
padding:8px 15px;
text-align:center;
background-color:#ff6600;
color:#ffffff;
text-decoration:none;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border:1px solid #c65102;
font-weight:bold;
}
.enquiry-hold a:hover
{ background-color:#e9e9e9; color:#666666; font-family: "Trebuchet MS"; font-weight:bold; border:1px solid #dddddd;}
/*pop up styles*/
.popup-overlay{
	z-index:5;
	position:fixed;
	left:0;
	top:0;
	background:url(../images/popup-overlay.png) repeat 0 0;
	width:100%;
	height:100%;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	}
.popup-block{
	width:510px;
	background:#FFF;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	position:absolute;
	z-index:10;
	left:50%;
	margin-left:-230px;
	top:100px;
	z-index:4000;
	padding:0 0 0;
	color:#4c4c4c;
	box-shadow:0 1px 15px #666;
	-moz-box-shadow:0 1px 15px #666;
	-webkit-box-shadow:0 1px 15px #666;
	behavior: url(PIE.htc);
	
}
/*/*.popup-block h3{
	font-size:30px;
	color:#646464;
	text-shadow:0 -1px 0 #85a25e;
	text-align:center;
	margin-bottom:20px;
}*/

.popup-block h3 {
    color: #666666;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 0;
    text-align:left;
	/*background:#f0f0f0;*/
	border-bottom:1px solid #e3e3e3;
	font-family: "Trebuchet MS";
	margin-top: 0;
	padding:0 0 0 38px;
	height:63px;
	line-height:63px;
}
.popup-block p{
	color:#888888;
	font:400 13px Arial, Helvetica, sans-serif;
	text-align:center;
	margin-bottom:25px;
}
.popup-block .popup-close{
	display:block;
	position:absolute;
	right:16px;
	top:16px;
	width:27px;
	height:27px;
	background:url(../images/popup_clos02.png) no-repeat left top;
	text-indent:-9999px;
	overflow:hidden;
}
.popup-block .popup-close:hover{
	background-position:0 -27px;
}
.popup-block .form-wrapper{
	border:0;
	background:#FFF;
	padding:10px 40px 26px 40px;
}
ul.form-listing {
	display:block;
    padding:5px 0 0 0 !important;
	margin:0;
}
ul.form-listing li{
	display:block;
	padding:0 0 16px 0;
	position:relative;
	float:left;
	width:281px;
	list-style:none;
	margin:0 18px 0 0;
	
}
ul.form-listing li.second_row{
	margin:0 0 0 0;
}
ul.form-listing li.no-border{
	border-bottom:0;
	height:120px;
}
ul.form-listing li span.label{
	display:block;
	float:left;
	width:266px;
	text-align:left;
	color:#444;
	font:400 14px Arial,Helvetica,sans-serif;
	padding-top: 10px;
	background:none;
	padding:0 0 2px;
	}
ul.form-listing li .field-control{
	float:left;
	width:266px;
	position:relative;
}
.infield{
	position:absolute;
	color:#bababa;
	font:400 14px Arial, Helvetica, sans-serif;
	top:10px;
	left:10px;
}
.txtfield-style{
	background:none;
	border:1px solid #d4d4d4;
	outline:0;
	padding:5px;
	width:410px;
	color:#7e7d7d;
	font:400 14px Arial, Helvetica, sans-serif;
	height:20px;
		border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
textarea.txtfield-style{
	height:60px;
	overflow:hidden;
	
}
.btn-submit{
	width:202px;
	height:52px;
	background:url(../images/submit.png) no-repeat left top;
	font-family: 'open_sans_semiboldregular';
	font-size:20px;
	color:#FFF;
	text-shadow:0 -1px 0 #6ea128;
	border:0;
	outline:0;
	cursor:pointer;
	text-indent:-999;
}
.btn-submit:hover{
	background:url(../images/submit.png) no-repeat left bottom;
	height:52px;
}
.form-wrapper .btn-submit{
	position:relative;
	left:50%;
	margin-left:-101px;
	bottom:-21px;
}

select {
	width:279px;
	height:32px !important;
	border:1px solid #d4d4d4;
		border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
select{
	border:1px solid #ccc;
	padding:4px 6px;
	margin:0 0;
}
 #btnSubmit.btn_enquiry{
	border:none;
	width:136px;
	height:44px;
	float:right;
	margin-top:21px;
	background-color:#666666;
	font:400 16px/39px Arial, Helvetica, sans-serif;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	color:#FFF;
	border:1px solid #454544;
}
 #btnSubmit.btn_enquiry:hover{
}
.padd_bottom{
	padding-bottom:15px;
}

ul.form-listing li.security
{
    padding:6px 0;
    border:none;
    height:70px;
   }
ul.form-listing li.security .field-control
{
   margin-top:4px;
   }
   ul.form-listing li.less_border
   {
       border:none !important;
       
      }

/* ==========================================================================*/
select {
border: 1px solid #ccc;
padding: 4px 6px;
margin: 0 0;
width: 279px;
height: 32px !important;
color: #222;
font: 400 14px Arial, Helvetica, sans-serif;
vertical-align: baseline;

}

ul.form-listing li .field-control{
	float:left;
	width:278px;
	position:relative;
}

btnSubmit.btn_enquiry {
border: none;
width: 179px;
height: 59px;
display: block;
position: absolute;
bottom: -45px;
left: 50%;
margin-left: -75px;
background-position: -128px -196px;
}

.btn {
	background: url(../images/sprite-campaign.png) no-repeat;
}
.btn:hover 
{
    cursor:pointer;
}
ul.form-listing li.flwdth01{
	width:580px;
	margin:0 0 0 0;
}
ul.form-listing li.flwdth01 span.label{
	width:568px;
}
ul.form-listing li.flwdth01 .field-control{
	width:568px;
}
ul.form-listing li.flwdth01 .txtfield-style{
	width:410px;
}
ul.form-listing li.last_item{
	margin:0 0 0 0;
}
ul.form-listing li.security{
	width:299px;
}
ul.form-listing li.security .label{
	padding:0 0 6 0;
}
ul.form-listing li.security .label.captcha{
	width:142px;
	float:left;
	padding:0;
}
ul.form-listing li.security .field-control{
		width:148px;
	float:left;
}
ul.form-listing li.security .txtfield-style{
	width:134px;
	float:left;
}

.label.required:after
{
	content:"*";
	color:#F00;
}
body .top_enq_head {
	display: none;
	
}
body .top_enq_head a {
	background: none repeat scroll 0 0 #666666;
	border-radius: 2px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	height: 30px;
	padding-top: 4px;
	position: absolute;
	right: 0;
	text-align: center;
	text-decoration: none;
	top: 100%;
	width: 135px;
	left:70%;
	margin:0 0 0 20px;
	border:1px solid #484747;
	font-family: "Trebuchet MS";
}
body .top_enq_head a:hover {
	background:#e9e9e9;
	border:1px solid #484747;
	color:#666666 !important;
	font-family: "Trebuchet MS";
	color:#CCC;
}