﻿body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #FFF;
}
#frmCoupon {
	background-image: url(../assets/bgCoupon.jpg);
	background-repeat: repeat-y;
	margin: 0;
}
#coupon {
	background-image: url(../assets/bgCouponTop.jpg);
	background-repeat: no-repeat;
	padding: 200px 10px 20px 300px;
}
#couponForm {
	position: relative;
	width: 270px;
}
#couponFooter {
	height: 103px;
	background-image: url(../assets/bgCouponBot.jpg);
	background-repeat: no-repeat;
	margin: 0;
}
#imgContainer{
	position: absolute;
	left: 0;
	top: 230px;
}
p {
	margin: 10px 0;
}
ul, ol {
	margin: 10px 0;
	padding: 0 15px;
}
li {
	margin: 3px 0;
}
.frmInput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	padding: 4px;
	margin-bottom: 2px;
	width: 250px;
	height: auto !important;
	height: 1.7em;
	border: solid 1px #BBB;
}
#cmdSubmit {
	position: absolute;
	z-index: 5;
	left: 100px;
	bottom: -93px;
	display: block;
	overflow: hidden;
	width: 155px;
	padding: 54px 0 0 0;
	height: 0px !important;
	height /**/:54px;
	height: 54px;
	background-image: url(../assets/couponButton.jpg);
	background-repeat: no-repeat;
}
.errMsg {
	border: solid 1px #CE0000;
	background-color: #FFEAEA;
	background-image: url(../assets/warning.gif);
	background-repeat: no-repeat;
	background-position: 7px 13px;
	padding: 0px 5px 10px 40px;
	margin: 10px 0px;
	color: #CE0000;
	font-size: 90%;
}

#printCoupon {
	color: #333;
	width: 542px;
	text-align: center;
}
#txtWrapper {
	width: 400px;
	text-align: left;
}
#txt {
	font-size: 130%;
	padding: 10px;
	margin: 30px auto;
	border: solid 2px #999;
}
#legal {
	font-size: 90%;
}