

.couponoverlay{
	visibility: visible;
}
.couponbg{
	position: fixed;
	z-index: 1000;
	background-color: #000;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.couponfg{
	position: absolute;
	z-index: 1001;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.couponcontainer{
	width: 575px;
	background-color: #fff;
	color: #000;
	z-index: 1002;
	margin: 10px auto;
	border: solid 1px #000;
	background: url("../img/bg.jpg") repeat-x top left;
	font: bold 14px Arial, Helvetica, sans-serif;
	text-align: center;
}
.couponcontainer .close{
	margin: 3px;
	width: 100%;
	text-align: right;
}
.couponcontainer a{
	text-decoration: none;
	color: #2856A3;
}
.couponcontainer .close a{
	padding: 0px 10px;
	font-weight: bold;
	font-size: 14px;
}
.couponform{
	margin: 10px auto;
	border: solid 1px #000;
	padding: 0;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
}
.couponform th{
	color: #fff;
	width: 415px;
	height: 45px;
	font-size: 16px;
	border-bottom: solid 1px #000;
	background-color: #243B68;
	background: url("../img/formheaderbg.jpg") repeat-x top left;
	padding: 0;
}
.couponform td{
	text-align: right;
}
.couponform input{
	float: left;
	width: 206px;
	height: 20px;
	border: solid 1px #000;
	font: normal 12px Arial, Helvetica, sans-serif;
	margin: 5px 0px 0px 10px;
	padding: 0px;
}
.couponform textarea{
	float: left;
	width: 206px;
	border: solid 1px #000;
	font: normal 12px Arial, Helvetica, sans-serif;
	margin: 5px 0px 0px 10px;
	padding: 0px;
}
.couponform input.submit{
	float: right;
	width: 80px;
	height: 17px;
	border: 0;
	margin: 10px 65px 10px 0px;
	padding: 0px;
}
.printbutton{
	margin: 20px;
}
p{
	margin: 20px;
	line-height: 1.5em;
}
p.fineprint{
	font: normal 9px sans-serif;
	margin: 5px;	
}
.large{
	font-size: 18px;
}
