div#coupons {
  padding: 5px;
  font-size: 12px;
}

div#coupons h1 {
  font-size: 14px;
  color: #a00;
  padding-bottom: 1em;
}

div#index {
  padding-top: 0.5em;
}

div#coupons h2 {
  font-size: 12px;
  color: #a00;
  padding-bottom: 0;
  margin-bottom: 0;
}

div#coupons a {
  color: #a00;
  font-size: 12px;
}

div#coupons .disabled {
  color: #999;
}

div#coupons td.name {
  padding-top: 2em;
  font-size: 12px;
  text-align: left;
  border: 0;
  font-weight: bold;
}

div#coupons a.name {
  font-size: 12px;
  color: #11f;
  font-weight: bold;
}

div#coupons td.btt {
  font-size: 12px;
  text-align: right;
  border: 0;
  background: #fff;
}

div.btt {
  text-align: right;
  border: 0;
  background: #fff;
  float: right;
  font-size: 10px;
}

div.btt a {
  font-size: 10px;
}

.cpnlink {
  padding: 5px 0 5px 0;
  margin: 0 0 0 0;
}

.cpnhead {
  padding: 5px 0 5px 0;
  margin: 0 0 0 0;
}

fieldset.medbox .fieldhead{
	background-image: url('../images/backmed_head.png');
	background-repeat: no-repeat;
	width: 730px;
	height: 10px;
	position: absolute;
	top: -10px;
	margin-left: -180px;
}

fieldset.medbox{
	background-image: url('../images/backmed_body.png');
	background-repeat: repeat-y;
	position: relative;
	padding: 0 0 7px 180px;
	border: 0;
	width: 550px;
	height: auto;
	margin: 0 0 20px 0;
}


fieldset.medbox .fieldfoot{
	background-image: url('../images/backmed_foot.png');
	background-repeat: no-repeat;
	width: 730px;
	height: 13px;
	position: absolute;
	bottom: -13px;
	margin-left: -180px;
}

fieldset.medbox legend{
	background-image: url('../images/bookmark-right.png');
	background-repeat: no-repeat;
	width: 167px;
	height: 46px;
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	display: inline-block;
	position: absolute;	
	top: 3px;
	left: -3px;
	padding: 10px 0 0 0;
}

