@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(http://themes.googleusercontent.com/static/fonts/opensans/v8/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(http://themes.googleusercontent.com/static/fonts/opensans/v8/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(http://themes.googleusercontent.com/static/fonts/opensans/v8/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(http://themes.googleusercontent.com/static/fonts/opensans/v8/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Light Italic'), local('OpenSansLight-Italic'), url(http://themes.googleusercontent.com/static/fonts/opensans/v8/PRmiXeptR36kaC0GEAetxh_xHqYgAV9Bl_ZQbYUxnQU.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(http://themes.googleusercontent.com/static/fonts/opensans/v8/xjAJXh38I15wypJXxuGMBobN6UDyHWBl620a-IRfuBk.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url(http://themes.googleusercontent.com/static/fonts/opensans/v8/PRmiXeptR36kaC0GEAetxn5HxGBcBvicCpTp6spHfNo.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(http://themes.googleusercontent.com/static/fonts/opensans/v8/PRmiXeptR36kaC0GEAetxjqR_3kx9_hJXbbyU8S6IN0.woff) format('woff');
}


* {
	margin: 0;
	padding: 0;
	outline: 0;
}

html, body {
	min-height: 100%;
	font-family: 'Open Sans', Arial;
	background-color: #CEE8FF;
}

ul, ol {
	list-style-type: none;
	list-style-position: inside;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

a {
	color: inherit;
	font-size: inherit;
	text-decoration: none;
}

.clear:after {
  content: "";
  display: table;
  clear: both;
}

header {
	width: 100%;
	padding-bottom: 10px;
	background-color: #121212;
	background-image: url('../images/head.png');
	border-bottom: 3px solid #288AE9;
}

.auto_holder {
	width: 1000px;
	margin: auto;
	position: relative;
}

.logo {
	float: left;
	margin-top: 25px;
}

nav {
	float: right;
	margin-top: 110px;
}

nav > ul > li {
	display: inline-block;
	color: #fff;
	position: relative;
}

nav > ul > li > a {
	margin: 0 10px;
	color: #aaaaaa;
	transition: color .5s;
	font-weight: bold;
}

nav > ul > li > ul {
	position: absolute;
	background-image: url("../images/head.png");
	display: none;
	width: 230px;
	z-index: 1;
}

nav > ul > li > ul > li {
	padding: 10px;
}

nav > ul > li > a:hover {
	color: #288AE9;
}

nav > ul > li:hover > ul {
	display: block;
	font-size: 13px;
}

.active_tab {
	color: #288AE9;
	font-weight: bold;
}

/* ----------------------- Browser Resets ------------------------- */
.slider {
	width: 100%;
	/*overflow: hidden;*/
}

.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus  {
	outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0; 
	padding: 0; 
	list-style: none;
}

.flexslider {
	margin: 0; 
	padding: 0;
}

.flexslider .slides > li {
	display: none; 
	-webkit-backface-visibility: hidden;
} 
/* Hide the slides before the JS is loaded. Avoids image jumping */

.flexslider .slides img {
	width: 100%; 
	display: block;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	line-height: 0; 
	height: 0;
}
 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}


.no-js .slides > li:first-child {display: block;}



.flexslider {
	position: relative; 
	zoom: 1;
}

.flex-viewport {
	max-height: 2000px; 
	-webkit-transition: all 1s ease; 
	-moz-transition: all 1s ease; 
	transition: all 1s ease;
}

.loading .flex-viewport {
	max-height: 300px;
}

.flexslider .slides {
	zoom: 1;
}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {
	width: 30px; 
	height: 30px; 
	margin: -20px 0 0; 
	display: block;
	background: url(../images/bg_direction_nav.png) no-repeat 0 0;
	position: absolute; 
	top: 50%; 
	z-index: 10; 
	cursor: pointer; 
	text-indent: -9999px; 
	opacity: 0;
	-webkit-transition: all .3s ease;
}

.flex-direction-nav .flex-next {
	background-position: 100% 0; 
	right: 0; 
}

.flex-direction-nav .flex-prev {left: 0;}
.flexslider:hover .flex-next {opacity: 0.8; right: 30px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 30px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}

/* ---------------------- */

.green_wave {
	height: 87px;
	background-image: url('../images/wave.png');
	background-repeat: no-repeat;
	font-size: 28px;
	color: #ffffff;
	background-size: 100%;
}

.green_wave strong {
	font-weight: bold;
}

.green_wave div {
	padding-top: 23px;
}

.mid_wrap {
	background-image: url('../images/black_bg.png');
}

.black_band {
	margin-bottom: 10px;
}

.black_band > li {
	display: inline-block;
	width: 400px;
	background-repeat: no-repeat;
	vertical-align: top;
	margin-right: 20px;
	padding-bottom: 10px;
}

.black_band > li:last-of-type {
	margin-right: 0;
}

.black_band > li:first-child {
	width: 280px;
}

.black_band > li:nth-of-type(2) {
	width: 320px;
}

.black_band > li:nth-of-type(3) {
	width: 350px;
}

.black_band > li ul {
	margin-top: 15px;
}

.black_band_sub > li {
	background-image: url('../images/mark.png');
	background-repeat: no-repeat;
	padding-left: 20px;
	color: #ffffff;
	font-size: 14px;
	background-position: 0 10px;
	line-height: 30px;
}

.para_blocks {
	margin-top: 20px;
}

.para_blocks h2 {
	font-size: 18px;
	color: #288AE9;
	padding: 10px;
}

.para_blocks p, .para_blocks li {
	padding: 10px;
	color: #212121;
	font-size: 15px;
	line-height: 20px;
}

.para_blocks li {
	font-size: 12px;
	padding: 0 10px;
}

.img_reel {
	margin-top: 20px;
}

.img_reel li {
	display: inline-block;
	width: 225px;
	height: 150px;
	margin-right: 20px;
	margin-bottom: 20px;
	position: relative;
}

.img_reel li img {
	max-height: 100%;
	max-width: 100%;
}

.img_reel li span {
	background-color: #288AE9;
	height: 20px;
	line-height: 20px;
	text-align: center;
	display: block;
	position: absolute;
	bottom: 0;
	width: 222px;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
}

footer {
	background-color: #191919;
	height: 190px;
	border-bottom: 4px solid #288AE9;
}

.left_foot {
	float: left;
	width: 340px;
	color: #aaaaaa;
	line-height: 22px;
}

.left_foot strong {
	padding-top: 20px;
	display: block;
}

.left_foot span {
	color: #288AE9;
	font-size: 14px;
}

.left_foot p {
	font-size: 12px;
}

.foot_mid {
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	color: #fff;
}

.foot_mid p span {
	color: #288AE9;
}

.foot_mid input[type=text], 
.foot_mid textarea {
	padding: 5px;
	background: #e8e8e8;
	margin-top: 10px;
	border-radius: 7px;
	font-size: 14px;
	font-weight: inherit;
	font-family: inherit;
	width: 300px;
}

.foot_mid p {
	font-weight: bold;
}


.foot_mid input[type=submit],
.cust_submits {
	padding: 5px 8px;
	position: relative;
	left: 5px;
	top: -10px;
	background: #288AE9;
	border: 0;
	font-family: inherit;
	border-radius: 7px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}

.foot_right {
	float: left;
	position: relative;
	width: 230px;
	height: 100%;
}

.foot_logo {
	position: absolute;
	right: 10px;
	bottom: 40px;
}

.left_wrap {
	float: left;
	width: 700px;
}

.left_wrap p {
	margin-bottom: 15px;
	text-align: justify;
}

.right_wrap {
	float: left;
	width: 270px;
	margin-left: 10px;
}

.left_wrap h1 {
	color: #288AE9;
	font-size: 26px;
	padding: 15px 0;
}

.left_wrap  {
	color: #212121;
	line-height: 24px;
	font-size: 14px;
	font-weight: 400;
	padding: 5px;
}

.left_wrap .hot_water_list li:before {
	content: '• ';
	color: #679b02;
}

.hot_water_img {
	margin: 30px 0;
}

.test_name {
	color: #818181;
	font-weight: bold;
	font-style: italic;
}

.blck_drain_img {
	margin: 20px 0;
}

.services_pg .left_floater {
	float: left;
	width: 650px;
}

.services_pg .right_floater {
	float: right;
}

.right_floater img {
	border: 4px solid #313131;
	margin-top: 60px;
}

.bdsum {
	font-size: 30px;
	font-weight: 300;
	text-align: center;
	line-height: 40px;
	color: #616161;
}

.dark {
	color: #515151;
}

.left_wrap strong {
	font-weight: bold;
}

.pipe_reline img {
	padding: 30px 0;
}

hr {
	border-color: #dddddd;
	border-width: 2px;
}

.why_reline {
	float: left;
}

.why_reline_desc {
	float: left;
	width: 500px;
	margin: 60px 0 0 50px;
	color: #aaaaaa;
	font-size: 14px;
	line-height: 22px;
	
}

.why_reline_desc h1 {
	color: #8dc13c;
	font-size: 26px;
	padding-bottom: 8px;
}

.why_reline_desc i {
	font-weight: bold;
	color: #679b02;
	display: block;
	margin-top: 20px;
}

.pipe-reline-img {
	margin: 20px;
	float: left;
}

.pipe-reline-img li {
	margin-top: 10px;
}

.how_works {
	float: left;
	width: 500px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.how_works h1 {
	color: #8dc13c;
}

.how_works ul {
	list-style-type: decimal;	
}

.how_works ul li {
	font-size: 15px;
	color: #818181;
	margin-top: 10px;
	line-height: 22px;
}

.how_works ul li:nth-of-type(1) {
	font-size: 20px;
}

.how_works img {
	padding: 70px 0;
}

.how_works p {
	width: 650px;
	color: #818181;
	font-size: 15px;
	line-height: 22px;
}

.contact_pg {
	background: #f8f8f8;
	/*height: 650px;*/
	margin-top: 4px;
	box-shadow: inset 0 0 5px #aaa;
}
.address_block{
	float:right;
	margin-top:25px;
	width:440px;
}
.address_block p b{
	display:block;
}
.address_block p strong{
	display:inline-block;
	width:55px;
}

.contact_pg form {
	width: 500px;
	background: #fff;
	float: left;
	margin-left: 20px;
	position: relative;
	top: 30px;
	border-radius: 5px;
	border: 1px solid #dddddd;
	margin-right: 20px;
}

.contact_pg form label {
	display: block;
}

.contact_pg > ul {
	margin-bottom: 20px;
	float: left;
}

.contact_pg > ul:first-of-type {
	margin-top: 20px;
	position: relative;
	margin-top: 30px;
	float: left;
}

.contact_pg form ul li {
	width: 245px;
	text-align: center;
	margin-bottom: 20px;
}

.contact_pg form ul li input[type=text], 
.contact_pg textarea, 
.side_contact input[type=text], 
.side_contact textarea {
	width: 200px;
	padding: 5px;
	border: 1px solid #cccccc;
	border-radius: 5px;
}

.contact_pg textarea {
	width: 460px;
	margin: 0 0 0 12px;
	height: 100px;
}

.contact_pg form > label:last-of-type {
	margin-top: 10px;
}

.contact_pg form label {
	text-align: left;
	text-indent: 17px;
	font-weight: bold;
	font-size: 15px;
	padding-bottom: 3px;
}

.contact_pg input[type=submit], .side_contact input[type=submit] {
	margin: 10px;
	background: #288AE9;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZmYmUwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0Mjg1MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #288AE9 0%, #2070BC 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#288AE9), color-stop(100%,#2070BC));
	background: -webkit-linear-gradient(top,  #288AE9 0%,#2070BC 100%);
	background: -o-linear-gradient(top,  #288AE9 0%,#2070BC 100%);
	background: -ms-linear-gradient(top,  #288AE9 0%,#2070BC 100%);
	background: linear-gradient(to bottom,  #288AE9 0%,#2070BC 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#288AE9', endColorstr='#2070BC',GradientType=0 );
	border-radius: 4px;
	padding: 5px 20px;
	font-family: Asap, Arial;
	font-size: 16px;
	color: #ffffff;
	border: 1px solid #eeeeee;
}

.cards {
	margin-bottom: 10px;
	background-image: url('../images/cards.png');
	background-position: 86% 0;
	background-repeat: no-repeat;
	height: 25px;
}

.side_contact {
	width: 250px;
	border: 1px solid #98B7D3;
	box-shadow: inset 0 0 3px #dddddd;
	margin-top: 30px;
	padding: 10px;
	border-radius: 5px;
}

.side_contact label {
	display: block;
	margin-top: 20px;
	font-size: 15px;
	padding-bottom: 3px;
	text-indent: 20px;
}

.side_contact input[type=text], .side_contact textarea {
	margin-left: 20px;
}

.side_contact input[type=submit] {
	margin: 0 0 20px 20px;
}

.success {
	padding: 5px;
	text-align: center;
	color: #00c000;
	border: 1px solid #00c000;
	background: #ecffd9;
}

.contact_pg .success {
	position: relative;
	top: 15px;
	width: 490px;
	margin: auto;
}

.top_phone {
	position: absolute;
	top: 40px;
	right: 20px;
	color: #ffffff;
	font-size: 40px;
	background-image: url('../images/call.png');
	background-repeat: no-repeat;
	padding-left: 44px;
	background-position: 0 11px;
}

.angles li:before {
	content: "\f105";
	font-family: FontAwesome;
	display: inline-block;
	padding-right: 5px;
}

.angles {
	margin-left: 20px;
}

.service_table {
	border-collapse: collapse;
}

.service_table td {
	border: 1px solid #aaa;
	padding: 20px;
}

.feedback_frm label {
	display: inline-block;
	width: 150px;
}

.feedback_frm input[type=text],
.feedback_frm textarea,
.feedback_frm select {
	padding: 5px;
	border: 1px solid #ddd;
	width: 200px;
}

.feedback_frm li {
	margin-bottom: 20px;
}

.feedback_frm textarea {
	resize: none;
	vertical-align: top;
}

.tracker_input {
	padding: 10px;
	width: 90%;
	margin: 20px;
}

.tracker_container input[type=text] {
	border: 1px solid #ddd;
	padding: 10px;
	font-size: inherit;
	font-family: inherit;
	font-weight: 300;
	border-radius: 5px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.tracker_container input[type=text]:focus {
	box-shadow: 0 0 5px #77A1C6;
}

.silver_btn {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
	background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
	background-color:#ffffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #98B7D3;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-size:13px;
	padding:5px 18px;
	text-decoration:none;
}

.silver_btn:active {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
	background:-moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
	background-color:#f6f6f6;
}

.track_table_front {
	border-collapse: collapse;
	width: 99%;
	margin-bottom: 20px;
}

.track_table_front tr td {
	padding: 10px;
	border: 1px solid #98B7D3;
}

.track_table_front tr td:first-child {
	width: 200px;
	background: #f5f5f5;
}

.gloss_menu {
	margin-top: 30px;
}

.gloss_menu li {
	display: inline-block;
	vertical-align: top;
	margin: 3px;
	margin-bottom: 10px;
}

.gloss_menu li a {
	height: 30px;
	width: 30px;
	line-height: 30px;
	border-radius: 50%;
	text-align: center;
	background: #f5f5f5;
	display: block;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
	border: 1px solid #ddd;
}

.gloss_menu li a:hover,
.gloss_menu li a.active_gloss {
	background: #fff;
	border: 1px solid #288AE9;
}

.gloss_menu {
	margin-bottom: 20px;
}

.gloss_menu + .wrap_block h3 {
	margin-top: 30px;
}




.quick_quotation {
	border: 1px solid #fff;
	background: transparent;
	color: #fff;
	font-family: inherit;
	font-size: inherit;
	margin-top: 10px;
	padding: 10px;
	font-size: 12px;
	cursor: pointer;
	background-color: rgba(0,4,31,.3);
	text-shadow: 0 0 12px #000;
}

.quick_quotation_form {
	height: 380px;
	position: absolute;
	left: -1000px;
	max-width: 1000px;
	top: 50%;
	color: #515151;
	border: 1px solid rgba(255,255,255,.5);
	transition: all .5s;
	background-color: rgba(255,255,255,1);
	margin-left: -500px;
}

.quick_quotation_form div.inner_quick_form {
	overflow: auto;
	height: 300px;
}

.quick_quotation:first-of-type {
	right: 240px;
}

.quick_quotation_form .close {
	color: #515151;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 20px;
	border: 1px solid #515151;
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}

.quick_quotation_form h2 {
	font-weight: 100;
	padding: 10px;
	border-bottom: 1px solid #eee;
	width: 95%;
	margin: auto;
}

.inner_quick_form ul {
	float: left;
	width: 320px;
}

.inner_quick_form ul li {
	margin-bottom: 10px;
	padding: 15px;
	padding-bottom: 0;
}

.inner_quick_form label {
	display: block;
	font-size: 14px;
	padding-bottom: 4px;
}

.inner_quick_form input[type=text] {
	padding: 5px;
	width: 200px;
	border: 1px solid #eee;
}