body.coupon-page {
    width :600px ;
    margin:0 auto;
}
#coupon-bnr {
    position:fixed;
    bottom:0px;right:0px;
    width:100%;
    background-color:rgba(0,0,0,0.7);
    text-align:center;
    padding:1px 0;
}

#coupon-bnr a:hover img{
    position: relative;
    top: 1px;
    left: 1px;
}


.print{
    float:right;
}
.couponArea table{
width: 100%;
    border-collapse: separate;
    border-left: 1px solid #ccc;
    border-spacing: 0px;
    border-top: 1px solid #ccc;
}
.couponArea table th{
    background-color: #F3F2EE;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #fff;
    color: #444;
    font-size:0.7em;
    font-weight:normal;
    padding:4px;
    text-align: center;
    vertical-align: middle;
    width:25%;
}
.couponArea table td{
    background-color: #fafafa;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    font-size:0.7em;
    padding:10px;
    width:75%;
}
.couponArea table th.coupon{
    border: 5px double #F1AC11;
    font-size:1.4em;
    font-weight:bold;
}
.couponArea table td.couponrule{
    padding:30px;
}

