@charset "utf-8";
/* CSS Document */
body
{
	margin:0;
	padding:0;
}

#QuoteForm
{
	display:block;
	border:1px solid #CCCCCC;
	background-color:#FEFEFE;
	width:185px;
	height:180px;	
}

#QuoteForm .title
{
	display:block;
	background-color:#E4E4E4;
	height:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:15px;
	font-stretch:extra-condensed;
	color:#3D3C3B;
	padding:3px 4px;
}

#QuoteForm .instruction
{
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:500;
	padding:8px 0 0 6px;
}

#QuoteForm .estimate
{
	display:block;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:8px 0 0 6px;
}

#QuoteForm .price
{
	display:inline-block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:500;
	padding:8px 0 0 16px;
	font-weight:bold;
	color:#06F;
	width:50px;
}

#QuoteForm .form
{
	display:block;
	padding:8px 0 0 6px;
}

#QuoteForm input[type="text"] 
{
	width:90px;
	border:1px solid #999;
	-webkit-border-radius: 3px;
	-khtml-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	margin:0;
	padding:5px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left 25, from(#fff), color-stop(6%, #eee), to(#fff));
	background: -moz-linear-gradient(top, #fff, #eee 2px, #fff 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
}

#QuoteForm input[type="text"]:focus 
{
	width:90px;
	border:1px solid #999;
	-webkit-border-radius: 3px;
	-khtml-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	margin:0;
	padding:5px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left 25, from(#fff), color-stop(6%, #eee), to(#fff));
	background: -moz-linear-gradient(top, #fff, #eee 2px, #fff 25px);
	box-shadow: 0px 0px 4px #5D95C9;
	-moz-box-shadow: 0px 0px 4px #5D95C9;
	-webkit-box-shadow: 0px 0px 4px #5D95C9;
}

#QuoteForm input[type="submit"]
{
	background: #2061c1; /* Old browsers */
	background: -moz-linear-gradient(top,  #2061c1 0%, #0f4387 50%, #001e56 51%, #001e54 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2061c1), color-stop(50%,#0f4387), color-stop(51%,#001e56), color-stop(100%,#001e54)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2061c1 0%,#0f4387 50%,#001e56 51%,#001e54 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2061c1 0%,#0f4387 50%,#001e56 51%,#001e54 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2061c1 0%,#0f4387 50%,#001e56 51%,#001e54 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2061c1 0%,#0f4387 50%,#001e56 51%,#001e54 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2061c1', endColorstr='#001e54',GradientType=0 ); /* IE6-9 */
	color:#ffffff;
	font-weight:bold;
	width:50px;
	height:28px;
	border:solid 1px #000000;
	border-radius:7px;
}

#QuoteForm .quote-form input[type="submit"]
{
	background:none;
	border:none;
	color:#0066FF;
	width:83px;
	display:inline-block;
	height:18px;
}

/* #5D95C9 */

#QuoteForm input[type="submit"]:hover
{
	cursor:pointer;
}

#QuoteForm .logo
{
	display:block;
	background-image:url(logo.png);
	margin:9px 0 0 4px;
	height:50px;
	width:175px
}