.popup_window {
	display: none;
	position: fixed;
	_position: absolute;
	height: auto;
	width: 508px;
	background: #000;
	border: 2px solid #cecece;
	z-index: 10000;
	padding: 12px;
	color: #000;
}
.popup_window_background {
	display: none;
	position: fixed;
	_position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #000;
	border: 1px solid #cecece;
	z-index: 9999;
}
.popup_window_close{
	font-size:14px;
	line-height:14px;
	right:6px;
	top:4px;
	position:absolute;
	color:#6fa5fd;
	font-weight:700;
	display:block;
}
#last_minute_offer_popup table th {
	background: #888;
	color: #fff;
	font-weight: bolder;
	padding: 3px 2px;
}
#last_minute_offer_popup table td {
	padding: 3px 0 0 0;
	border-bottom: 1px #cccccc solid;
}
