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

#couponContainer {
	position: absolute;
	width:524px;
	height:349px;
	background-image: url(design/coupon_template_lrg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFFFFF;
	left: -10px;
	top: 107px;
}
#busName {
	position:absolute;
	left:170px;
	top:36px;
	width:314px;
	height:43px;
	z-index:1001;
	text-align: left;
}
#price {
	position:absolute;
	left:170px;
	top:81px;
	width:226px;
	height:59px;
	z-index:1002;
	text-align: left;
}
#offerDescr {
	position:absolute;
	left:27px;
	top:155px;
	width:469px;
	height:100px;
	z-index:1003;
	text-align: left;
}
#submitBox {
	position:absolute;
	left:28px;
	top:351px;
	width:321px;
	height:196px;
	z-index:1002;
	text-align: left;
}
#exirationDate {
	position:absolute;
	left:27px;
	top:258px;
	width:269px;
	height:33px;
	z-index:1001;
	text-align: left;
}
.couponAnchor {
	position: relative;
	height: 600px;
}
.couponSpacer {
	height: 500px;
	width: 525px;
}
