DIV.Coupon {
	position: relative;
	margin-top: 20px;
	width:	auto;
	height: 130px;
	border: 1px dotted #333333;
	text-align: center;
}

DIV.CouponHeading {
	position: relative;
	margin: 7px auto 7px auto;
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
	color: #666666;
}

DIV.CouponMessage {
	position: relative;
	margin: 5px 10px 7px 10px;
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	color: #000000;
}

DIV.CouponSubMessage {
	position: relative;
	margin: 5px 10px 5px 10px;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}
	
DIV.CouponSmallPrint {
	position: relative;
	margin: 20px 10px 7px 10px;
	color: #666666;
	font-style: italic;
}