.quote .button {
	position 			:	relative;
	border				:	0px solid #ffffff;
	background-color	:	#FFFFFF;
	width				:	140px;
	height				:	30px;
	background-image	: 	url(../images/quote/button/quote.png);
	cursor				:	pointer;
}

.quote .button:hover {
	position 			:	relative;
	border				:	0px solid #ffffff;
	background-color	:	#FFFFFF;
	width				:	140px;
	height				:	30px;
	background-image	: 	url(../images/quote/button/quote-hover.png);
	cursor				:	pointer;
}	
	

.quote { position:relative;left:100px;width:740px;margin-bottom:110px;}
.quote .quote-head { width:740px;height:60px;position:absolute;background:url(../images/quote/quote-header.png) 0 0 no-repeat; }
.quote .quote-head h4 { color:#FFFFFF;position:relative;left:0px;top:10px; }
.quote .quote-content {position:relative;top:60px;background:url(../images/quote/quote-content.png) 0 0 repeat-y;}
.quote .quote-content li {text-align:right;margin-right:200px;}
.quote .quote-content label {margin-right:20px;}
.quote .quote-footer { margin-top:60px;width:740px;height:30px;position:absolute;background:url(../images/quote/quote-footer.png) 0 0 no-repeat; }
.quote .quote-head .title { position:absolute;left:85px;top:36px;}
.quote .quote-head .title h4 { color:#5D97B3;}
.quote .quote-content td {padding-left:5px;text-align:left;}

.quotePrice { width:440px;margin-bottom:50px;}
.quotePrice .title { color:#FFFFFF;font-size:larger;}
.quotePrice .content{ background-color:#CBDCE4;border:1px solid #629AB5;}

.quotePrice .content .cart-sidebar .object{ margin-bottom:5px;margin-top:5px;background-color:#FFFFFF;border:1px solid #6A9AA5;}

.quote input{ border:1px solid #216482;}
.quote select{ border:1px solid #216482;}
.quote textarea{ border:1px solid #216482;}


.quotePub { position:absolute;top:10px;right:10px;width:500px;height:260px;margin-bottom:130px;background-color:#FF0000;}
