@charset "utf-8";

/* CSS Document */

/*
1.print css
*/

/* 1.print css
==================================================*/
body{
   text-align: left;
}

body #main{
     display: block !important;
	 color: #ccc !important;
	 text-align: left;
}

body#coupon_b{
    background-color: #fff !important;
}
form{
    display: none;
}
#coupon{
    border: none !important;
}


/* END CSS */

