#inline h2 { font-size: 1.8em; line-height: 1.9em; margin-bottom: 15px;  }

#inline p { color: #656565; font-size: 1.2em; margin-bottom: 10px; }

#wrapper { width: 600px; margin: 0 auto; padding: 30px 45px; }

#inline { display: none; width: 510px; height: 100%; font-size: 12px;}

#inline label { margin-right: 12px; margin-bottom: 9px; font-family: Georgia, serif; color: #646464; font-size: 1.2em; clear: both; }

.txt { 
display: inline-block; 
color: #676767;
width: 300px;
font-family: Arial, Tahoma, sans-serif; 
margin-bottom: 10px; 
border: 1px dotted #ccc; 
padding: 5px 9px;
font-size: 1.2em;
line-height: 1.4em;
}

.submit-button {margin-top: 40px;}
 
.city {width: 188px !important;}

.zip {width: 50px;}

.ziplabel {padding-left: 10px;}

#inline td {vertical-align: middle;}

.brand {
	width: 110px;
	margin-right: 20px;
	margin-top: 10px;
}

.pickup {
	width: 75px;
	margin-left: 15px;
}

.finished {
	margin-bottom: 10px;
}

.footer {
	clear: both;
	margin-top: 40px;
}

.txtarea { 
display: block; 
resize: none;
color: #676767;
font-family: Arial, Tahoma, sans-serif; 
margin-top: 10px;
margin-bottom: 10px; 
width: 460px; 
height: 50px;
border: 1px dotted #ccc;
padding: 5px 9px; 
font-size: 1.2em;
line-height: 1.4em;
clear: both;
}

.service-input {

}

.txt:focus, .txtarea:focus { border-style: solid; border-color: #bababa; color: #444; }

input.error, textarea.error { border-color: #973d3d; border-style: solid; background: #f0bebe; color: #a35959; }
input.error:focus, textarea.error:focus { border-color: #973d3d; color: #a35959; }

#send { 
color: #dee5f0;
display: block;
cursor: pointer;
padding: 5px 11px;
font-size: 1.2em;
border: solid 1px #224983;
border-radius: 5px;
background: #1e4c99; 
background: -webkit-gradient(linear, left top, left bottom, from(#2f52b7), to(#0e3a7d)); 
background: -moz-linear-gradient(top, #2f52b7, #0e3a7d); 
background: -webkit-linear-gradient(top, #2f52b7, #0e3a7d);
background: -o-linear-gradient(top, #2f52b7, #0e3a7d);
background: -ms-linear-gradient(top, #2f52b7, #0e3a7d);
background: linear-gradient(top, #2f52b7, #0e3a7d);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f52b7', endColorstr='#0e3a7d'); 
}
#send:hover {
background: #183d80; 
background: -webkit-gradient(linear, left top, left bottom, from(#284f9d), to(#0c2b6b)); 
background: -moz-linear-gradient(top,  #284f9d, #0c2b6b); 
background: -webkit-linear-gradient(top, #284f9d, #0c2b6b);
background: -o-linear-gradient(top, #284f9d, #0c2b6b);
background: -ms-linear-gradient(top, #284f9d, #0c2b6b);
background: linear-gradient(top, #284f9d, #0c2b6b);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#284f9d', endColorstr='#0c2b6b');
}
#send:active {
color: #8c9dc0; 
background: -webkit-gradient(linear, left top, left bottom, from(#0e387d), to(#2f55b7)); 
background: -moz-linear-gradient(top,  #0e387d,  #2f55b7);
background: -webkit-linear-gradient(top, #0e387d, #2f55b7);
background: -o-linear-gradient(top, #0e387d, #2f55b7);
background: -ms-linear-gradient(top, #0e387d, #2f55b7);
background: linear-gradient(top, #0e387d, #2f55b7);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e387d', endColorstr='#2f55b7');
}

.serviceCenter li, ul{
	padding: 0;
	margin: 0;
	list-style: none;
	padding-bottom: 10px;
}

.serviceCenter li:before {
	content: url('img/service_arrow.gif');
	padding-right: 5px;
}

.serviceCenter .clear{
	margin-top: 0;
}

.serviceCenter h2 {
	color: #36F;
	font-size: 16px;
}

.serviceCenter table {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.serviceCenter td, th {
	border: 2px solid #fff;
	background: #dddddd;
	padding: 10px;
	text-align: center;
	-webkit-border-radius: 5px;
}

.serviceCenter .price td {
	background: url('img/service_table_bg.gif');
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	text-shadow: 1px 1px #21354e;
}

.serviceCenter th {
	font-size: 14px;
	border-bottom: 1px solid #cbcbcb;
	text-shadow: 1px 1px #fff;
}

.serviceCenter .left {
	float: left;
	overflow: hidden;
	margin-right: 30px;
	padding-right: 30px;
	border-right: 1px dotted #ccc;
}

.serviceCenter .right {
	overflow: hidden;
	height: 300px;
}

.modalbox {
	display: block;
	margin: 10px 0;
}