/* offer */
#offer { position: absolute; display: none; }
#offer_close {
	z-index: 999;
	position: absolute;
	top: -7px;
	right: -12px;
	width: 38px;
	height: 38px;
	cursor: pointer;
	background: url(../images/close.png);
}
#offer_thanks {
	z-index: 20000;
	color: #2D4265;
	font-family: arial;
	font-size: 14px;
	line-height: 2.5em;
	position: absolute;
	left: 9px;
	bottom: -65px;
	width: 553px;
	height: 59px;
	display: none;
	padding: 0 20px;
	background: transparent url(../images/offer_thanks.png) no-repeat;
}
#envelope {
	z-index: 21000;
	position: absolute;
	top: 230px;
	left: 420px;
	width: 136px;
	height: 133px;
	display: none;
	background: url(../images/envelope.png) no-repeat;
}
#offer_error {
	color: white;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	line-height: 2.5em;
	text-align: center;
	position: absolute;
	top: -50px;
	width: 335px;
	height: 35px;
	display: none;
	background: transparent url(../images/error.png);
}
#ice-offerbox-title p {
	font-family: arial;
	margin: 0;
	margin-bottom: 4px;	
}
