#Coupon {
  width: 400px;
  padding: 0px;
  margin: 0px;
}

#CouponTitle {
  font-size: 24px;
  font-weight: bold;
  color: #FFFF99;
  text-align: center;
  padding-bottom: 5px;
  border-bottom: 2px;
  border-bottom-style: dotted;
  border-bottom-color: #FFFFFF;
}

#CouponBody {
  border-style: ridge;
  border-width: 4px;
  border-color: #FF6600;
  padding: 5px;
}

#CouponCode {
  margin-top: 10px;
  font-size: smaller;
  text-align: center;
  color:  #FFFF99;
}

#CouponDates {
  text-align: center;
  margin-top: 5px;
  border-top: 2px;
  border-top-style: dotted;
}

#CouponRules {
  text-align: center;
}

#CouponPrint {
  position: absolute;
  margin-top: 20px;
  left: 40px;
  width: 200px;
  text-align: left;
}
#CouponClose {
  position: absolute;
  margin-top: 20px;
  left: 225px;
  width: 200px;
  text-align: right;
}


