#abandonOfferTitle{
	height: 30px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	line-height: 30px;
	color: #878787;
	background: #a3a3a3 url(titleBg.gif) repeat-x;
	border-top: 1px solid #c7c7c7;
}

#abandonOfferTitle a{
	color: #707070;
	background: url(arrow-down.gif) no-repeat right;
	padding-right: 30px;
	text-decoration: none;
}

#abandonOfferTitle a:hover{
	color: #313131;
}

#abandonOfferTitle a span{
	background: url(arrow-down.gif) no-repeat left;
	padding-left: 30px;
}

#abandonOfferContainer, #abandonOfferIframeIE6{
	
	position:fixed;
	bottom:0;
	width:100%;
	color: #000;
	font: 12px Arial, Helvetica, "Lucida Grande", sans-serif;
	background-color: #e6e6e6;
	_position:absolute;
	z-index:9999;
	_bottom:auto;
	_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
}

#abandonOfferIframeIE6 {
	z-index: 0;
}

#sampleOffer {
height:200px;
width:700px;
margin:10px;
border: 1px solid #b7b7b7;
background: #f7f7f7;
margin-left:auto;
margin-right:auto	
}