@import url('fonts.css');
html{
	background:url(../images/bg_pattern.jpg);
}
body{
	margin:0px;
	padding:0px;
	font-family:"Calibri", Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:22px;
	color:#505050;
}
.fl{float:left;}
.fr{float:right;}
.clr{clear:both;}
h1{
	font-family: 'HelveticaNeueLTStd-MdCn';
	font-size:30px;
	line-height:30px;
	color:#505050;
	font-weight:normal;
	border-left:4px solid #5ea40f;
	margin:0;
	padding:0 0 0 10px;
}
#header{
	background:url(../images/header_bg.png) 96% 5px no-repeat;
}
#header .call{
	min-width:235px;
	height:96px;
	float:left;
	margin:24px 0 0 75px;
	background:url(../images/call_board_bg.png) bottom center no-repeat;
	font-family:'HelveticaLTStd-BoldCond';
	font-size:24px;
	line-height:42px;
	color:#FFF;
}
#header .call .board{
	/*width:229px;*/
	height:46px;
	padding:5px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	background: #408e43; /* Old browsers */
	background: -moz-linear-gradient(top,  #408e43 0%, #235729 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#408e43), color-stop(100%,#235729)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #408e43 0%,#235729 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #408e43 0%,#235729 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #408e43 0%,#235729 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #408e43 0%,#235729 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#408e43', endColorstr='#235729',GradientType=0 ); /* IE6-9 */
}
.board > span{
	display:block;
	border:#FFF 2px solid;
	text-align:center;
	padding:0 3px;
}
.main_nav ul.menu{
	overflow:hidden;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
	background: #5fa50f; /* Old browsers */
	background: -moz-linear-gradient(top,  #5fa50f 0%, #4a830e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5fa50f), color-stop(100%,#4a830e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #5fa50f 0%,#4a830e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #5fa50f 0%,#4a830e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #5fa50f 0%,#4a830e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #5fa50f 0%,#4a830e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fa50f', endColorstr='#4a830e',GradientType=0 ); /* IE6-9 */
}
.main_nav ul.menu li a{
	font-size:18px;
	font-weight:normal;
	line-height:40px;
	height:40px;
	color:#FFF;
	text-shadow:none;
	border-right:#4b850e 1px solid;
	border-left:#5fa50f 1px solid;
}
.main_nav ul.menu li:first-child a{
	border-left:none;
}
.main_nav ul.menu li:last-child{
	border-right:none;
}
.menu > li:last-child{
	border-right:none;
}
.menu > li:first-child{
	border-left:none;
}
.main_nav ul.menu > li:hover, .main_nav .menu .current_page_item a, .menu .current-menu-item a{
	background:rgba(255, 255, 255, 0.2);
}

#container #wrapper{
	padding:10px;
	border:none;
}
#banner_wrap{
	/*min-height:370px;
	padding-bottom:25px;*/
	background:#fff;
	margin:20px 0 0 0;
	border-radius:0 5px 0 0;
}
#quote_form.grid.col-300{
	margin-right: 1.12766%;
}
.banners.grid.col-540.fit{
	width: 62.514%;
}
#quote_form{
	/*width:340px;*/
	padding:20px;
	float:left;
	border-radius:4px 0 0 0px;
	background:#025490;
	position:relative;
}
#quote_form:before{
	background:url(../images/aerrow1.png) no-repeat;
	width:39px;
	height:65px;
	position:absolute;
	display:block;
	content:" ";
	left:-18px;
	top:23px;
}
.form:after{
	background:url(../images/aerrow2.png) no-repeat;
	width:39px;
	height:65px;
	position:absolute;
	display:block;
	content:" ";
	right:-18px;
	bottom:35px;
}
#quote_form.grid.col-300:after{
	background:url(../images/shadow2.png) no-repeat;
	width:346px;
	height:23px;
	position:absolute;
	display:block;
	content:" ";
	bottom:-23px;
	left:0;
}
#quote_form h1{
    font-family:'HelveticaNeueLTStd-LtCn';
	font-size:26px;
	line-height:27px;
	color:#FFF;
	text-align:center;
	font-weight:normal;
	border:none;
	padding:0;
	margin:0 0 20px 0;
}
#quote_form h1 span{
	font-family:'HelveticaLTStd-BoldCond';
	color:#9bf238;
	font-weight:normal;

}
#quote_form label{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:25px;
	color:#FFF;
	width:43%;
	float:left;
	padding:0;
}
#quote_form .field{
	display:block;
	width:100%;
	margin:0 0 11px 0;
	min-height:27px;
}
#quote_form .field.date select,
#quote_form .field.date input{
	display:inline-block;
	width:33%;
	float:left;
	margin:0 2% 0 0;
}
#quote_form .field.date select{
	width:22%;
	margin:0;
}
#quote_form .field.date input[type="text"]{
	padding:5px;
	height:27px;
	background:url(../images/icon_date.jpg) center right no-repeat #FFF;
}
#quote_form input[type="text"], #quote_form select{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:21px;
	color:#161616;
	width:57%;
	border:1px solid #c8c8c8;
	box-shadow:none;
	padding:4px 5px;
	/*float:right;
	clear:left;*/
	border-radius:0px 0px 0px 0px;
	-moz-border-radius:0px 0px 0px 0px;
	-ms-border-radius:0px 0px 0px 0px;
	-o-border-radius:0px 0px 0px 0px;
	-webkit-border-radius:0px 0px 0px 0px;
}
.submit{
	margin:0px;
	padding-left:43%;
}
.submit input[type="submit"], table.quote_dtls input[type="submit"], .getquote-btm input[type="submit"], #wpcf7-f124-p78-o1 input[type="submit"], #contact_form_pop2 input[type="submit"]{
	background: #5fa50f; /* Old browsers */
	background: -moz-linear-gradient(top,  #5fa50f 0%, #4a830e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5fa50f), color-stop(100%,#4a830e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #5fa50f 0%,#4a830e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #5fa50f 0%,#4a830e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #5fa50f 0%,#4a830e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #5fa50f 0%,#4a830e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fa50f', endColorstr='#4a830e',GradientType=0 ); /* IE6-9 */
	/*width:25% !important;*/
	border:none;
	-o-box-shadow:2px 1px 3px rgba(0, 0, 0, 0.75);
	-ms-box-shadow:2px 1px 3px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow:2px 1px 3px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:2px 1px 3px rgba(0, 0, 0, 0.75);
	box-shadow:2px 1px 3px rgba(0, 0, 0, 0.75);
	font-family:"Calibri", Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:15px;
	color:#fff;
	text-shadow:none;
	margin:10px 0 0 0;
	text-transform:uppercase;
}
.banners{
	float:right !important;
}
.banners img{
	margin:0 0 15px 0;
}
.main-content{
	padding:10px;
}
.categories h2{
	font-family:'HelveticaLTStd-BoldCond';
	font-size:26px;
	line-height:20px;
	font-weight:normal;
	color:#fff;
	background: #5fa50f; /* Old browsers */
	background: -moz-linear-gradient(top,  #5fa50f 0%, #4a830e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5fa50f), color-stop(100%,#4a830e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #5fa50f 0%,#4a830e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #5fa50f 0%,#4a830e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #5fa50f 0%,#4a830e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #5fa50f 0%,#4a830e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fa50f', endColorstr='#4a830e',GradientType=0 ); /* IE6-9 */
	text-align:center;
	-o-box-shadow:2px 1px 3px rgba(0, 0, 0, 0.75);
	-ms-box-shadow:2px 1px 3px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow:2px 1px 3px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:2px 1px 3px rgba(0, 0, 0, 0.75);
	box-shadow:2px 1px 3px rgba(0, 0, 0, 0.75);
	padding:12px 10px;
	text-transform:uppercase;
	margin:0 0 10px 0;

}
.categories .cat{
	border:1px solid #0167b1;
	border-radius:3px 3px 3px 3px;
	-moz-border-radius:3px 3px 3px 3px;
	-ms-border-radius:3px 3px 3px 3px;
	-o-border-radius:3px 3px 3px 3px;
	-webkit-border-radius:3px 3px 3px 3px;
}
.categories .cat h4{
	font-family:'HelveticaLTStd-BoldCond';
	font-size:16px;
	line-height:20px;
	font-weight:normal;
	color:#fff;
	background:#0167b1;
	text-align:center;
	padding:5px;
	margin:0;
}
.categories .cat a{
	text-align:center;
	display:block;
}
.categories .cat.grid.col-460{
	margin-right:1.26%;
}
.footer{
	border-bottom:1px solid #c7c7c7;
}
#footer-wrapper .grid.col-940.footer{
	margin:0 0 15px;
}
.foot_links{
	padding:0;
}
.foot_links h5{
	font-family: 'HelveticaLTStdCondensed';
	font-size:16px;
	line-height:18px;
	font-weight:normal;
	color:#3f3f3f;
}
.foot_links li{
	list-style-image:url(../images/foot-li-img.png);
	list-style-position:inside;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:22px;
	font-weight:normal;
	color:#3f3f3f;
}
.foot_links li.add{
	/*list-style-image:url(../images/address-icon.png);
	list-style-position:inside;*/
	list-style:none;
	background:url(../images/address-icon.png) left 6px no-repeat;
	padding-left:25px;
}.foot_links li.mail{
	/*list-style-image:url(../images/info.png);
	list-style-position:inside;*/
	list-style:none;
	background:url(../images/info.png) left center no-repeat;
	padding-left:25px;
}
.foot_links li.number{
	/*list-style-image:url(../images/phone.png);
	list-style-position:inside;*/
	list-style:none;
	background:url(../images/phone.png) left center no-repeat;
	padding-left:25px;
}
.copyright, #footer .copyright a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:12px;
	font-weight:normal;
	color:#6e6e6e;
}
.social{
	font-family:'HelveticaLTStd-BoldCond';
	font-size:16px;
	line-height:18px;
	font-weight:normal;
	color:#676767;
}
.social ul{
	list-style:none;
	padding:0;
	line-height:28px;
}
.social ul li{
	display:block;
	float:left;
	margin:0 0 0 7px;
}
.follow{
	display:inline-block;
	margin:0 10px 0 0;
	font-family:'HelveticaLTStd-BoldCond';
	font-size:16px;
	line-height:18px;
	font-weight:normal;
	color:#676767;
}
.social a.fb,
.social a.tw,
.social a.in{
	background:url(../images/social-links.png) no-repeat;
	width:28px;
	height:28px;
	display:inline-block;
	/*margin:0 7px 0 0;*/
}
.social a.tw{
	background:url(../images/social-links.png) -34px 0 no-repeat;
}
.social a.in{
	background:url(../images/social-links.png) -67px 0 no-repeat;
}
.social span{
	margin:0 7px 0 0;
}

#quote_ref{
	border:1px solid #bcbcbc;
	border-radius:4px 0 0 0;
}
#quote_ref h3{
	margin:0 ;
	background: #0167b1;
	background: -moz-linear-gradient(top,  #0167b1 0%, #025490 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0167b1), color-stop(100%,#025490));
	background: -webkit-linear-gradient(top,  #0167b1 0%,#025490 100%);
	background: -o-linear-gradient(top,  #0167b1 0%,#025490 100%);
	background: -ms-linear-gradient(top,  #0167b1 0%,#025490 100%);
	background: linear-gradient(to bottom,  #0167b1 0%,#025490 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0167b1', endColorstr='#025490',GradientType=0 );
	padding:10px 15px;
	font-family:'HelveticaNeueLTStd-LtCn';
	font-size:18px;
	line-height:20px;
	color:#FFF;
	font-weight:normal;
	border-radius:3px 0 0 0;
}
#quote_ref h3 span{
	font-family: 'HelveticaNeueLTStd-MdCn';
	color:#9bf238;
}
#quote_ref .quote_details{
	padding:0 10px;
}
.quote_details h4,
.child_seat h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#025795;
	margin:10px 0 0 0;
}
.quote_details p,
.child_seat p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	color:#555555;
	margin:0;
}
.quote_details .rates{
	border-top:1px dashed #a1a1a1;
	margin:10px 0 0 0;
}
.child_seat{
	border:1px solid #bcbcbc;
	padding:0 10px 20px;
	margin:15px 0 0 0;
}
.car_listing h2{
	background: #0167b1;
	background: -moz-linear-gradient(top,  #0167b1 0%, #025490 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0167b1), color-stop(100%,#025490));
	background: -webkit-linear-gradient(top,  #0167b1 0%,#025490 100%);
	background: -o-linear-gradient(top,  #0167b1 0%,#025490 100%);
	background: -ms-linear-gradient(top,  #0167b1 0%,#025490 100%);
	background: linear-gradient(to bottom,  #0167b1 0%,#025490 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0167b1', endColorstr='#025490',GradientType=0 );
	font-family: 'HelveticaNeueLTStd-MdCn';
	font-size:20px;
	line-height:30px;
	color:#fff;
	padding:5px 15px;
	border-radius:0 4px 0 0;
	margin:0 0 10px 0;
	font-weight:normal;
}
ul#car_list{
	padding:0;
	margin:0;
	list-style:none;
}
ul#car_list li{
	border-radius:3px 3px 3px 3px;
	border:1px solid #eaeaea;
	margin:0 0px 10px;
}
ul#car_list li h3{
	background:#e5e5e5;
	margin:0;
	padding:5px 15px;
	font-weight:normal;
	min-height:22px;
}
ul#car_list li h3 span{
	width:210px;
	float:left;
	font-family:'HelveticaLTStd-BoldCond';
	font-size:16px;
	line-height:20px;
	color:#025b9b;
}
ul#car_list li h3 span + span{
	font-family: 'HelveticaNeueLTStd-MdCn';
}
ul#car_list li h3 a{
	float:right;
	font-family:calibri;
	font-size:11px;
	line-height:11px;
	color:#444444;
	padding:0 3px 0;
	margin:5px 0 0;
}
ul#car_list li h3 a + a{
	border-right:1px solid #444444;
}
ul#car_list li h3 span{
}
ul#car_list .car-img{
	width:210px;
	float:left;
}
ul#car_list ul{
	margin:0;
	padding:0;
	float:left;
	width:230px;
}
ul#car_list ul li{
	font-family:calibri;
	font-size:13px;
	line-height:18px;
	color:#6e6e6e;
	border:none;
	list-style:none;
	padding:0 0 0 28px;
	margin:7px 0;
}
ul#car_list ul li.passenger{
	background:url(../images/passenger.png) no-repeat;
}
ul#car_list ul li.suitcase{
	background:url(../images/suitcase.png) no-repeat;
}
ul#car_list ul li.transmissin{
	background:url(../images/automate.png) no-repeat;
}
ul#car_list ul li.air{
	background:url(../images/air.png) no-repeat;
}
ul#car_list li .detail{
	padding:15px 10px 0;
}
ul#car_list li .price{
	float:right;
}
ul#car_list li .price h1{
	font-family: 'HelveticaNeueLTStd-MdCn';
	font-size:40px;
	line-height:20px;
	color:555555;
	font-weight:normal;
	padding:0;
	border:none;
}
ul#car_list li .price h1 span{
	font-size:25px;
}
ul#car_list li .price .email,
ul#car_list li .price .book{
	background: #7cc725; /* Old browsers */
	background: -moz-linear-gradient(top,  #7cc725 0%, #4a830e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7cc725), color-stop(100%,#4a830e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #7cc725 0%,#4a830e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #7cc725 0%,#4a830e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #7cc725 0%,#4a830e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #7cc725 0%,#4a830e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7cc725', endColorstr='#4a830e',GradientType=0 ); /* IE6-9 */
	border:1px solid #488b00;
	border-radius:5px 5px 5px 5px;
	box-shadow:0 1px 0 0 #8CDF3E inset;
	font-family: 'HelveticaNeueLTStd-MdCn';
	font-size:18px;
	font-weight:normal;
	line-height:20px;
	color:#fff;
	padding:5px 23px;
	text-shadow:1px 1px 1px #333333;
	width:140px;
	margin:0 0 10px 0;

}
ul#car_list li .price .book{
	background: #1f86cd; /* Old browsers */
	background: -moz-linear-gradient(top,  #1f86cd 0%, #095184 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1f86cd), color-stop(100%,#095184)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1f86cd 0%,#095184 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1f86cd 0%,#095184 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1f86cd 0%,#095184 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1f86cd 0%,#095184 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f86cd', endColorstr='#095184',GradientType=0 ); /* IE6-9 */
	border:1px solid #0c588e;
	box-shadow:0 1px 0 0 #3abbd3 inset;

}
ul#car_list li .price p,
ul#car_list li p{
	margin:14px 0 0;
}
table, tr, td{
	border:none;
}
th, td{
	padding:0px;
}
table.car_dtls h4{
	margin:0px;
}
table.car_dtls img.dtls_img{
	max-width:300px;
}
table.book_confirm h1{
	margin-bottom:10px;
}
table.quote_dtls, table.quote_dtls tr, table.quote_dtls th, table.quote_dtls td, table.car_dtls, table.car_dtls tr, table.car_dtls th, table.car_dtls td{
	border:#DDD 1px solid;
}
table.quote_dtls th, table.quote_dtls td, table.car_dtls th, table.car_dtls td{
	padding:8px;
}
table.quote_dtls input[type="text"] , table.quote_dtls textarea , table.quote_dtls select, .getquote-btm input[type="text"], #wpcf7-f124-p78-o1 input[type="text"], #wpcf7-f124-p78-o1 input[type="email"], #wpcf7-f124-p78-o1 input[type="tel"], #wpcf7-f124-p78-o1 textarea, #contact_form_pop2 input[type="text"], #contact_form_pop2 input[type="email"], #contact_form_pop2 textarea{
	width:220px;
	border-radius: 3px;
    box-shadow: none;
    color: #AAAAAA;
    padding: 4px 8px;
	border:#c8c8c8 1px solid;
}
#wpcf7-f124-p78-o1 input[type="tel"]{
	width:202px;
}
/*#contact_form_pop2 input[type="text"], #contact_form_pop2 input[type="email"], #contact_form_pop2 textarea{
	float:right;
}*/
table.quote_dtls h4, .getquote-btm h4{
	font-family: 'HelveticaNeueLTStd-MdCn';
	font-size:22px;
	font-weight:normal;
	line-height:30px;
	color:#5ea40f;
	margin:0px;
}
table.quote_dtls a{
	color:#555;
	text-decoration:underline;
}
table.quote_dtls a:hover{
	text-decoration:none;
}
table.quote_dtls input[type="button"]:hover, table.quote_dtls input[type="button"]:active{
	background-color: #f9f9f9; /* Alabaster */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f1f1f1));
	background-image: -webkit-linear-gradient(top, #f9f9f9, #f1f1f1);
	background-image: -moz-linear-gradient(top, #f9f9f9, #f1f1f1);
	background-image: -ms-linear-gradient(top, #f9f9f9, #f1f1f1);
	background-image: -o-linear-gradient(top, #f9f9f9, #f1f1f1);
	background-image: linear-gradient(top, #f9f9f9, #f1f1f1);
	color: #333;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f9f9f9, endColorstr=#f1f1f1);
}
table.quote_dtls input[type="submit"]
{
	font-family: 'HelveticaNeueLTStd-MdCn';
	font-weight:normal;
	padding-left: 20px;
    padding-right: 20px;
	font-size:20px;
	line-height:26px;
	margin-bottom:10px;
}
.rghtsec-new {
    min-height: 350px;
    padding-top: 50px;
}
.getquote-btm {
    background: none repeat scroll 0 0 #FFFFFF;
    border:1px solid #CCC;
    float: left;
    padding: 25px;
    width:350px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
}
.getquote-btm h4{
	margin-bottom:15px;
}
.getquote-btm label{
	width:120px;
}
.getquote-btm input[type="submit"]{
	margin-left:120px;
}
div#quote_result.out_fleet ul#car_list li h3 span + span{
	margin-left:80px;
}
div#quote_result.out_fleet ul#car_list ul{
	margin-left:80px;
}
div#quote_result.out_fleet ul#car_list li .detail{
	padding:15px 10px;
}
#wpcf7-f124-p78-o1{
	width:400px;
	float:left;
	padding:15px;
	margin-top:20px;
	border:#CCC 1px solid;
	border-radius:5px;
}
#wpcf7-f124-p78-o1 label{
	width:120px;
}
#wpcf7-f124-p78-o1 input[type="submit"]{
	margin:0 0 0 120px;
}
#wpcf7-f124-p78-o1 span.wpcf7-not-valid-tip{
	width:200px;
	font-size:12px;
	line-height:12px;
	top:0%;
	left:3%;
}
.contact_rht{
	width:400px;
	margin-top:20px;
	float:right;
}
#contact_form_pop2{
	/*min-width:450px;
	padding:10px;*/
	border:#CCC 1px solid;
}
#contact_form_pop2 h4{
	padding:10px;
	text-align:center;
	border-bottom:#CCC 1px solid;
	margin:0;
}
#contact_form_pop2 #wpcf7-f139-t1-o1{
	padding:10px;
}
#contact_form_pop2 label{
	width:120px;
}
#contact_form_pop2 input[type="submit"]{
	margin:0 0 0 120px;
	padding:4px 15px;
}
#wpcf7-f139-t1-o1 span.wpcf7-not-valid-tip{
	width:200px;
	font-size:12px;
	line-height:12px;
	left:3%;
	top:0%;
}




