#CouponWindow
{
	padding: 5px 5px 7px 5px;
	border: solid 1px #0086BB;
	background-color: #FFF;

	width: 600px;
	height: 400px;

	position: absolute;
	z-index: 3;

	display: none;
}

#CouponWindow #CouponWindowHeader
{
	color: #0086BB;
	font-weight: bold;
	border-bottom: solid 1px #0086BB;
	
	clear: both;

	padding-left: 5px;
	margin-bottom: 5px;
	
	float: left;
	text-align: left;
}

#CouponWindow #CouponWindowClose
{
	float: right;
	width: 15px;
	border-bottom: solid 1px #0086BB;
	cursor: pointer;
	text-align: right;
}

	div#CouponWindow>div#CouponWindowClose
	{
		width: 20px;
	}

#CouponWindow #CouponWindowClose a
{
	text-decoration: none;
}

#CouponWindow div#CouponDiv
{
	border: none;
	clear: both;
	position: absolute;
	z-index: 100;
	
	left: -25px;
	top: 20px;
	
	background-image: url(/images/To604/common/watermark_logo.gif);
	background-position: left top;

	opacity: 0.25;
	-moz-opacity: 0.25;
	filter: alpha(opacity=25);
	
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=25);
	
/*	
	background-repeat: no-repeat;
	background-position: center bottom;
*/
}

#CouponWindow #CouponImage
{
}

#CouponWindow #CouponPrint
{
	clear: both;
	text-align: center;
	margin-top: 5px;
}