/* CSS Document */
.quoter {
    height:260px;
	background:url(quoter/bg_quoter.gif) center center no-repeat;
}
.quoter_bgTitle {
	width:320px;
	height:30px;
	background:url(quoter/bg_quotertitle.gif) right center no-repeat;
}

.quoter_bgTitle .span_text {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	margin-top:15px;
	margin-bottom:5px;
	
	padding-left:20px;
}

.quoter_bgButton {
	width:320px;
	height:36px;
	background:url(quoter/bg_quoterbutton.gif) right center no-repeat;
	margin:auto;
}

.quoter_button {
	background:url(quoter/btn_quote.gif) center center no-repeat;
	width:80px;
	height:22px;
	float:right;
	margin-right:10px;
}
.quoter_buttonText{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	padding-left:20px;
	margin-top:10px;
}
.quoter_input {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px; 
	color: #333333;
	border-width: 2px;
	border-style: solid;
	border-color:#495677; 
	font-weight: normal;
	height:16px;
	background:#E6E8EE;
}
.quoter_text {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.quoter_bordertext {
	background:url(quoter/border_quotertext.gif) 10px center no-repeat;
}

.quoter_titletexthome {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color:#495677;
	font-weight:bold;
	font-size:16px;
}

