div#loyalty
{
  text-align: left;
  margin: 15px;
}
div#loyalty h1
{
  font: bold 13px verdana;
  margin: 0 0 9px 0;
}
div#loyalty h2
{
  font: 11px verdana;
  margin: 0 0 9px 0;
}
div#loyalty h3
{
  font: bold 11px arial;
  margin: 4px 0px;
}
div#loyalty h3 a
{
  margin-left: 8px;
}
div#loyalty div#eplus,
div#loyalty div#emeraldclub
{
  background: #FFF;
  padding: 8px;  
  min-height: 180px;
}
div#loyalty div#eplus div.leftCol,
div#loyalty div#emeraldclub div.leftCol
{
  float: left;
  width: 49%;
}
div#loyalty div#eplus div.rightCol,
div#loyalty div#emeraldclub div.rightCol
{
  float: left;
  width: 49%;
}
div#loyalty fieldset
{
  background: #fbf9ef url('images/pan_loyalty_bg_clip.gif') repeat-x bottom left;
  border: 1px solid #f8f0d1;
  font: 11px arial;
  width: 223px;
  padding: 8px;
  display: block;
  margin:0 0 9px 0;
}
div#loyalty fieldset.login
{
   background: #fbf9ef url('images/pan_loyalty_bg.gif') repeat-x bottom left;
}
div#loyalty fieldset input
{
  font: 11px arial;
  width: 144px;
/*  float: left;*/
  clear: both;
}
div#loyalty fieldset input#password,
div#loyalty fieldset input#memberNumber,
div#loyalty fieldset input#lastname,
div#loyalty fieldset input#emeraldclubid
{
  display: block;
  margin: 3px 0;
} 
div#loyalty fieldset label.primaryAction 
{
  margin:0;
}
div#loyalty fieldset label.primaryAction input
{
  width: auto;
}
div#loyalty fieldset a
{
  clear: both;
  font: 11px arial;
}
div#loyalty p.error
{
  padding:3px 0 3px 18px;
  margin:0;
  color: #f00;
  background:transparent url(images/ico_red_errorX.gif) no-repeat left center;
  font: 11px arial, helvetica, sans-serif;
  clear: both;
}
div#loyalty fieldset p
{
  margin: 4px 0;  
}
div#loyalty div#container ul
{
  font: italic 11px arial;
  margin: 10px 0 10px 0;
  padding: 0;
  width: 151px;
}
div#loyalty div#container ul li
{
  padding: 3px 0;
  margin-left: 15px;
  border-bottom: 1px dashed #b0c0c7;
}
div#loyalty div#container ul li.last
{
  border: 0;
} 
div#loyalty div.buttons
{
  margin: 10px auto;
  text-align: center;
  width: 250px;
  display: block;
  padding-left: 25px;
}
div#loyalty div.buttons label
{
  text-align: center;
  margin-left: 45px;
}
