#CouponFrameOverlay{ 
	position: fixed;
	width: 100%;
	z-index: 9999;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	top: 0, right: 0;
	left: 0;
	bottom: 0;
}
#CouponFrameDiv{ 
	position: relative;
	width: 90%;
	height: 80%;
	min-height: 80%;
	max-height: 80%;
	margin: 10% auto;
	border: 2px solid #ffffff;
	background-color: #303030;
	z-index: 8001;
}
#CouponIFrameContainer { overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	height: 100%;
	width: 100%;
	position: static;
	z-index: 8002;
}
#CouponFrameClose{ 
	background-image: url(/_images/fancybox_sprite.png);
	background-size: 44px 152px;
	position: absolute;
	top: -20px;
	right: -20px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8003;
}