/*======================================

		MOVERS TRANSPORT
		----------------
		
		File		:		quote.css
		Started	:		07/01/2008 11:28
		By			:		Jim Neath
		
		
======================================*/

div#full-quote
{
	margin-top: 20px;
}

div#full-quote h2
{
	background: url(../images/quote-header-bg.gif) top left no-repeat;
	font: normal 12px Verdana, sans-serif;
	color: #FFF;
	text-align: center;
	padding: 15px 0;
}	

ul#area
{
	font: bold 16px Arial, sans-serif;
	background: #DBEAF5;
	width: 218px;
	float: left;
}

ul#area li
{
	border-left: 1px solid #0C74BE;
}

ul#area li.last
{
	border: none;
}

ul#area a
{
	display: block;
	padding: 15px 0 15px 30px;
	color: #75ADD4;
	border-bottom: 1px solid #FFF;
}

ul#area li.active a, ul#area a:hover
{
	color: #0C74BE;
	text-decoration: none;
}

ul#area li.active a
{
	background: #A7CCE7;
}

form input#submit
{
	background: url(../images/full-quote-button.gif) top left no-repeat;
	width: 218px;
	height: 53px;
	color: #FFF;
	cursor: pointer;
	border: none;
	margin-left: 0;
}

div#form, div#form2
{
	width: 697px;
	height: 479px;
	background: url(../images/quote-bg.jpg) top left no-repeat;
	float: right;
	margin-bottom: 20px;
	padding: 30px 20px;
}

div#form legend, div#form2 legend
{
	font: bold 14px Arial, sans-serif;
	margin-bottom: 10px;
	margin-left: 0;
	color: #3B74C8;
}

div#form fieldset
{
	margin: 0 20px 20px 20px;
	float: left;
	width: 305px;
}

div#form2 fieldset
{
	margin: 0 10px 20px 10px;
	float: left;
	width: 200px;
}

div#form label
{
	width: 150px;
	vertical-align: top;
}

div#form2 label
{
	width: 125px;
	vertical-align: top;
}

div#form li, div#form2 li
{
	margin-bottom: 15px;
}

div#form select
{
	width: 146px;
}

div#form input
{
	width: 140px;
	color: #3B74C8;
}

div#form2 input
{
	width: 40px;
	color: #3B74C8;
}

div#strap span
{
	background: #EF8877;
	color: #E1482D;
	padding: 2px 8px;
}

div#strap span.active
{
	background: #FFF;
}