
#coupon-container { 
  position: absolute;
  top: 80px;
  left: 350px;

  border: 1px dashed #000;

  z-index: 10;
}

#coupon { 
  width: 315px;
  padding: 15px;
}

#coupon img, #coupon #address { 
  display: block;
  float: left;
  font-size: 12px;
}


#coupon #address { 
  text-align: center;
}

#coupon-footer { 


  padding: 3px;
}



#coupon-container a, #coupon-link a { 
  text-align: center;
  display: block;
  padding: 1px;
  border: 1px solid #000;
  color: #000;
  font-size: 10px;
  margin-left: auto;
  margin-right: auto;
}

#coupon-footer a { 
  width: 120px;
 }

#coupon-header  { 
  text-align: right !important;

}

#coupon-header a {   
  width: 20px;
  margin-left: 250px;
  margin-top: -10px;
  text-align: right !important;
 }

#coupon-link { 
  
  position: absolute;
  left: 620px;
  top: 85px;
 }