/*
Special styles for Ask for a quote module
Request Offer Box in right column
*/
#topquotecontainer {
	float:right;
	position:absolute;
	top:-66px;
	right:5px;
}
#header .topquotes {
	margin:0 0 0 5px;
	padding:3px 6px 3px 20px;
	display:block;
	background:url(../images/quotes.gif) 2px 2px no-repeat #DBDBDB;
	color:#000;
	text-decoration:none;
}
#header #quote_block {
	position:absolute;
	right:0;
	top:auto;
	width:180px;
	padding:5px;
	background:#EEE;
	z-index:100;
	-moz-border-bottom-right-radius: 3px;
	-moz-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom:1px solid #CCC;
}