@charset "utf-8";
/* CSS Document */

#fogall { 
	position:absolute; 
	top:0px; 
	left:0px; 
	width:100%; 
	min-width:984px; 
	height:1000px; 
	display:none; 
	background-color:#000; 
	filter:alpha(opacity=65); 
	-moz-opacity:.65; 
	opacity:.65; 
	}
#coupon_popup { 
	position: absolute; 
	top: 130px; 
	width: 450px; 
	height: 385px; 
	left: 50%; 
	margin-left: -225px;  
	display: none;
	z-index: 10000; 
	}
#coupon_popup img { 
	display: block; 
	behavior: url(iepngfix.htc); 
	}
#coupon_popup a strong { 
	display: block; 
	width: 100%; 
	height: 100%; 
	}
#coupon_popup #close { 
	position: absolute; 
	width: 80px;
	height: 40px;
	top: 325px; 
	right: 60px; 
	font: 11px verdana; 
	text-decoration: none; 
	color: #3a1a65; 
	font-size: 36px;
	}
#coupon_popup #click { 
	position: absolute; 
	display: block; 
	width: 450px; 
	height: 385px; 
	top: 0px; 
	left: 0px; 
	background: url(../images/blank.gif) top left no-repeat; 
	cursor:pointer; 
	}
