

.coupon
{
	font-family: serif;
	border-style: double;
	border-width: 10px;
	border-color: #cc6600;
	background-color: white;
	color: black;
	margin-bottom: 20px;
	margin-left: 50px;
	width: 490px;
}

.couponimage
{
	text-align: right;
	margin-bottom: -10px;
}

.couponimage img
{
	vertical-align: middle;
	float: left;
}

.coupontitle
{
	font-style: italic;
	font-size: 24pt;
	text-align: center;
	clear: left;
}

.coupondollar
{
	font-family: serif;
	color: #cc6600;
	background-color: inherit;
	font-size: 30pt;
	vertical-align: top;
}

.couponvalue
{
	font-family: serif;
	color: #cc6600;
	background-color: inherit;
	font-size: 50pt;
	text-align: center;
	margin-top: -10px;
}

.coupondetail
{
	font-size: 16pt;
	text-align: center;
	margin-top: -15px;
}

.couponrestrictions
{
	color: #8f8f8f;
	background-color: inherit;
	text-align: center;
}

