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

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

.clr
{
	clear: both;
}

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

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

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


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

.coupon.small .image,
.coupon.tall .image
{
	padding-left: 17px;
	padding-top: 12px;
}	

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

.coupon.small .checkbox,
.coupon.tall .checkbox
{
	padding-left: 102px;
}

.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;
}

#submit1,#submit2
{
	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;
	
}

.twitter-share-button { float: left; clear: both; margin: 20px 0 0 5px; }

.print_coupon { width: 315px; height: 101px; float: left; background: #fff url('../images/print_coupon.png') no-repeat; border: 0 none; cursor: pointer;  }

.clearfix { clear: both; }

