
			.CouponFormHeader {
					position: relative;
					top: 10px;
					left: 25px;
					font-family: arial narrow;
					font-size: 18px;
					border-left: solid 1px black;
					border-top: solid 1px black;
					border-right: solid 1px black;
					width: 250px;
					background-color:  	#99CCFF;
					color: white;
					text-indent: 10px;
				}
			.CouponForm {
					position: relative;
					top: 10px;
					left: 10px;
					font-family: arial narrow;
					border: solid 1px #A9A9A9;
					background-color: #FFFFCC;
					padding: 5px;
					width: 475px;
				}
			.leftCol {
					width: 150px;
				}
			#formBackground {
					position: relative;
					border: 1px solid black;
					background-color: #EFEFEF;
					top: 10px;
					left: 40px;
					width: 500px;
					padding-bottom: 200px;
				}
			#checkoutHeader {
				position: relative;
				border-bottom: 1px solid black;
				background-color: blue;
				text-align: center;
				color: white;
				top: 0px;
				width: 450px;
				}
