#coupon-container {
	background: #960000 url('/images/holiday-special-bg.png') no-repeat -125px -20px;
	width: 425px;
	height: 360px;
	margin: 0 auto 0 auto;
	border: 5px dashed #008001;
	cursor: pointer;
}

#coupon-offer {
	position: absolute;
	z-index: 999;
	height: 200px;
	background: transparent url('/images/green-bow.png') no-repeat 3px center;
	color: #fff;
	text-align: center;
}

#coupon-offer h1, #coupon-offer h2, #coupon-offer h3 {
	display: inline;
	font-family: Georgia, Arial;
	border: none !important;
	color: #fff;
	text-decoration: none !important;
	font-weight: bold;
}

#coupon-offer h1 {
	font-size: 40pt;
	margin: 4px;	
}
#coupon-offer h2 {
	font-size: 30pt;
	margin: 4px;
}
#coupon-offer h3 {
	font-size: 20pt;
	margin: 4px;
}

.coupon-text {
	display: block;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14pt;
}

#coupon-instructions {
	text-align: left;	
}

#coupon-instructions li {
	padding: 2px 4px;
	margin: 4px 2px;
}

#coupon-instructions span {
	font-weight: bold;
	background: #ffffcc;
	padding: 2px 4px;
	color: #000;
}
	
#coupon-footer {
	background: transparent url('/images/mod-christmas-white.png') no-repeat right bottom;
	height: 65px;
	padding: 10px;
	position: relative;
	top: 275px;
}
#coupon-footer #legal {
	display: block;
	font-size: 8pt;
	color: #fff;
	font-variant: small-caps;
	width: 160px !important;
	margin-top: 12px;
	line-height: 12px; 
}

#redeem {
	display: block;
	font-weight: bold;
	margin-left: -185px;
}

/**
 * Holiday Special Form Styles
 */
#holiday-order-form {
	
}
#holiday-order-form h3 {
	font-size: 12pt;
	font-weight: bold;
	border-bottom: 1px solid #000;
	padding: 0 0 5px 0;
	margin: 0;
	clear: both;
	color: #000 !important;
}

.redeem-container {
	width: 309px;
	background: #960000 url('/images/holiday-special-bg.png') no-repeat -115px -35px !important;
	margin: 0 auto 0 auto;
	border: 3px solid #008001;
	padding: 20px 40px !important;
}