div#tabContainer
{
  text-align: center;
  margin: 10px auto 0 auto;
  width: 500px;
}

ul#tabs{
  position: relative;
  top: 0;
  right: 0;
  margin: 0 auto;
  padding: 0;
  height: 33px;
  z-index: 5 !important;
  font: bold 11px arial;
  color: #000;
  vertical-align: bottom;
  text-align: center;
}

ul#tabs li{
  display: block;
  height: 25px;
  float: left;
  list-style: none;
  margin: 0 2px 0 0;
  margin-top: 6px;
  padding: 0;
  background: url('images/pan_loyalty_tab_off.gif') repeat-x bottom left;
  _background-color: #8f806f;
  border: 1px solid #b4a38f;
}

ul#tabs li.selected{
  background: url('images/pan_loyalty_tab_on.gif') repeat-x bottom left;
  border: 1px solid #b8bb90;
  border-bottom: none;
  height: 33px;
  margin-top: 0;
}



ul#tabs li a{
  text-decoration: none;
  display: block;
  float: left;
  height: 21px;
  color: #000;
  padding: 6px 17px 0 17px;
}
ul#tabs li.selected a{
  font-weight: bold;
  padding: 12px 17px 0 17px;
}
div#container{
  position: relative;
  top: -1px;
  left: 0;
  width: 500px;
  height: auto;
  margin: 0;
  padding: 10px;
  border: 1px solid #b8bb90;
  background: #dbcfc1;
 /*z-index: 4 !important;*/
  text-align: left;
}