/* style for coupon preview */

.couponslot label
{
  clear: left;
  width: 90px;
  text-align: left;
  font-weight: bold;
}

.couponslot label, .couponslot input
{
  margin: 5px 0px 0px 0px;
}

.couponslot button
{
  margin: 0px 0px 0px 3px;
  width: 50px;
  font-size: 10px;
}

.couponslot select
{
  margin: 0px 0px 5px 0px;
  width: 150px;
  font-size: 10px;
}

.couponslot
{
  display:inline;
  float: left;
  margin: 5px;
  padding: 5px;
  width: 300px;
  border: 1px solid black;
  font-size: 10px;
}

.couponslot img
{
  display: block;
  margin: 0 auto 0 auto;
}

.coupontext
{
  display:inline;
  position: absolute;
  float:left;
  opacity: 0;
  filter:alpha(opacity=0);
  z-index: 20;
  margin-top: 5px;
  margin-left: 150px;
  padding: 5px;
  height: 140px;
  width: 135px;
  text-align: center;
  font-weight: bold;
  color: white;
  background: #ffffff;
}

.coupontext textarea
{
  display: inline;
  margin: 0px 0px 0px 0px;
  width: 95%;
  height: 95%;
  font-size: 10px;
}
