body
{
	margin: 0;
	padding: 0;
	padding-left: 8px;
}

img
{
	padding: 0;
	margin: 0;
	border: none;
}

.coupon
{
	width: 397px;
	height: 211px;
	margin: 0 4px 10px 4px;
	background-image: url(../images/coupon-bg.png);
	float: left;
}

.coupon .image
{
	padding-left: 15px;
	padding-top: 12px;
}	

.coupon .checkbox
{
	padding-left: 233px;
}

.coupon label
{
	display: block;
	width: 124px;
	height: 24px;
}

td.divider
{
	height: 10px;
}

#container
{
	width: 815px;
}

#header
{

}

#select div
{
	float: left;
}

#select
{
	width: 213px;
	height: 44px;
	background-image: url(../images/select.png);
	margin-left: 413px;
}

#select .checkbox
{
	padding: 12px 0 0 15px;
}

#select .label
{
	padding-top: 10px;
}

#select label
{
	display: block;
	width: 160px;
	height: 24px;
}

#content
{

}

#print
{
	text-align: right;
	padding-right: 4px;
}

#print img
{
	cursor: pointer;
}

#submit
{
	border: none;
	width: 397px;
	height: 110px;
	background-image: url(../images/print.png);
	background-color: white;
	cursor: pointer;
}



#copyright
{
	width: 146px;
	height: 16px;
	background-image: url(../images/copyright.png);
	float: right;
	margin: 12px 8px 0 0;
	
}