/* CSS Document */

#coupon {
	background-image: url(../images/coupon.jpg);
	height: 200px;
	width: 600px;
	font-size: 12px;
	border: 1px dotted #000000;
}
#coupon table{
	width: 450.px;
	margin-top: 5px;
	margin-left: 160px;
	line-height: 20px;
}
#coupon strong{
	font-size: 15px;
}
#coupon .text{
	font-size: 16px;
	color: #1100f3;
	padding: 35px 10px 0px 0px;

}

