@charset "utf-8";
/* CSS Document */

.coupon {
width:100%;
font-size:80%;
}


.couponContents {
border:1px solid #d49f11;
background-color:#fffdf0;
margin-bottom:15px;

}


.coupon_header {
	width:354px;
	height:138px;
	background:#E8D87F;
	background-repeat:no-repeat;
	background-image:url(../images/coupon_bg.png);
}


.coupon_headerTitle{
	color:#694808;
	font-weight:bold;
	font-size:140%;
	padding:45px 25px 0px 25px;
}

.coupon_expiry{
	color:#694808;
	font-weight:bold;
	padding:0px 20px 5px 20px;

}

.coupon_printbutton {
display:inline;
float:left;
}



.coupon_main {

}

.coupon_main_title {
	color:#694808;
	font-weight:bold;
	border-bottom:1px solid #cfb126;
	margin-bottom:5px;

}

.coupon_main_contents {
	line-height:12pt;
	font-size:90%;
	padding-bottom:10px;
}

.coupon_footer {

}

