/**
 * coupon.css
 * 
 * @author Candi Ligutan <candice.ligutan@residentsource.com>
 * @version $Id$
 */ 

#coupon { 
	color: #3b4700;
	width: 400px;
	min-height: 300px;
	border: 3px dashed #3b4700;
	margin: 0 auto;
	padding: 25px;
}

#printButton {
	float: right;
	clear: both;	
	width: 54px;
	height: 45px;
	background: url("../images/floorplans2_printBtn.jpg") no-repeat;
}

#printButton a {
	display: block;
	width: 54px;
	height: 45px;
}

