@charset "utf-8";
/* CSS Document */

body {
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
}
a {
	text-decoration:none;
	color:#862c73;
}
a:hover {text-decoration:underline;}
.quote_container {
	width: 836px;
	margin: 30px auto 0;
	padding:  10px;
	padding-bottom: 14px;
 	background: #fff url(../images/quote-box_btm.jpg) bottom center no-repeat;
}
.quote_box {
	padding:  10px;
	width: 816px;
	border: solid 1px #ddd;
}
#quote-inner {
	background: #f8f8f8;
	min-height: 300px;
	padding: 25px;
}

#quote-inner .quote-step1 {
	background: url(../images/quote-steps.png) no-repeat;
	width: 206px;
	height: 27px;
	display: block;
	overflow: hidden;
	margin-bottom: 25px;
	padding: 0;
}
#quote-inner .quote-step2 {
	background: url(../images/quote-steps.png) no-repeat;
	width: 206px;
	height: 27px;
	display: block;
	overflow: hidden;
	background-position: 0 -27px;
	margin-bottom: 25px;
	padding: 0;
}
#quote-inner .quote-step3 {
	background: url(../images/quote-steps.png) no-repeat;
	width: 206px;
	height: 27px;
	display: block;
	overflow: hidden;
	background-position: 0 -54px;
	margin-bottom: 25px;
	padding: 0;
}
#quote-inner .quote-step4 {
	background: url(../images/quote-steps.png) no-repeat;
	width: 206px;
	height: 27px;
	display: block;
	overflow: hidden;
	background-position: 0 -81px;
	margin-bottom: 25px;
	padding: 0;
}

#quote-inner input {
	background: url(../images/quote-inputbox.png) no-repeat;
	width: 225px;
	height: 22px;
	display: block;
	border: none;
	margin-top: 10px;
}
#quote-inner select, #quote-inner textarea {
	margin-top: 10px;
}
#quote-inner textarea {
	background: url(../images/textarea-bg-project-desc.png) no-repeat;
	width: 337px;
	height: 225px;
	display: block;
	border: none;
}


#quote-inner textarea {
	border: none;
}

form span {
	color: #666;

}
#quote-inner input.next {
	background: url(../images/quote-next-btn.png) no-repeat;
	width: 60px;
	height: 29px;
	display: block;
	overflow: hidden;
	text-indent: -99999px;
	font-size: .01em;
	color: #fff;
}
#quote-inner input.next:hover {
	background-position: 0 -29px;
}
#quote-inner input.submit {
	background: url(../images/submit-btn1.png) no-repeat;
	width: 74px;
	height: 28px;
	display: block;
	overflow: hidden;
	text-indent: -99999px;
	font-size: .01em;
	color: #fff;
}
#quote-inner input.submit:hover {
	background-position: 0 -28px;
}




#quote-inner .col1 {
	margin-top: 10px;
	float: left;
	width: 260px;
}	

#quote-inner .col2 {
	margin-top: 10px;
	float: left;
	padding-left: 20px;
}
#quote-inner .clr {
	clear: both;
	display: block;
	padding: 0;
}
#quote-inner h5 {
	color: #333;
	font-size: 14px;
}
#quote-inner div {
	padding: 8px 0;
}
div.error {
	background-color:#eee7ec;
}

#quote-inner #fb_fld-help_with label, #quote-inner #fb_fld-help_with input {
	width: auto;
	height: auto;
	margin: 0;
	display: inline;
	background: none;
	color: #666;
margin-bottom: 6px;
}
#quote-inner #fb_fld-help_with label {
padding: 0 16px 0 8px;
}

#quote-inner .checkbox-left, #quote-inner .checkbox-right {
	float: left;
	margin: 10px 0;
	display: block;
	width: 200px;
}

#quote-inner p {
	font-size: 12px;
	color: #666;
	line-height: 19px;
}
