/* eCoupons Display CSS */
.couponPreview {
	clear:both;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	width:465px;
}
.couponPreview h4 {
	margin:0px;
	padding:0px;
}
#previewContainer {
	padding:24px 24px 24px 18px;
	margin:0px;
	background-image:url(../../images/couponbackground.gif);
	background-repeat:no-repeat;
}
div>#previewContainer {
	padding:24px 24px 24px 28px !important;
}
#previewBox {
	padding:0px;
	margin:0px;
	width:400px;
	height:250px;
	background-repeat:no-repeat;
	overflow: hidden;
}
#couponContents {
	margin:0px;
	padding:0px;
	text-align:left;
}
.test {
	font-size:36px;
}
