@media print
{
  div#decisions.ePlus
  {
    width:625px
  }
  div#decisions.ePlus fieldset.buttons
  {
    display:none;
  }
}
div#ePlus
{
  width:776px;
  overflow:hidden;
  margin:2px auto 25px auto;
  padding:0;
  border:1px solid #000;
  background:transparent url("images/ico_loyalty_eplus_profile.gif") no-repeat 720px 3px;
  color:#000;
  font-family:arial, sans-serif;
  text-align: left;
}
div#ePlus form 
{
  float:left;
  width:776px;
  margin:0;
  padding:0;
}
div#ePlus form label.hidden
{
  position:absolute;
  top:-9999px;
}


/* ePlus PYP Background Styles */

div.ePlus {background: url("images/background_superSwipe.gif") no-repeat bottom right}
div.fr    {background: url("images/justinSwipe_fr.gif") no-repeat bottom right}
div.en    {background: url("images/justinSwipe_en.gif") no-repeat bottom right}
div.de    {background: url("images/justinSwipe_de.gif") no-repeat bottom right}
div.es    {background: url("images/justinSwipe_es.gif") no-repeat bottom right}

div.deeplinkEn { background: url("images/lupita_en.gif") no-repeat bottom right; height: 433px;}
div.deeplinkEs { background: url("images/lupita_es.gif") no-repeat bottom right; height: 433px;}
div.deeplinkFr { background: url("images/lupita_fr.gif") no-repeat bottom right; height: 433px;}
div.deeplinkDe { background: url("images/lupita_de.gif") no-repeat bottom right; height: 433px;}

/*********************************************
  =fieldset
  =required fieldsets
  =optional fieldsets
  =buttons fieldset
  ********************************************/
div#ePlus fieldset
{
  font-size:12px;
  padding:0;
}
div#ePlus fieldset.required
{
  position:relative;
  background:#e2f0e1;
  color:#000;
}
div#ePlus fieldset.optional
{
  position:relative;
  margin-top:15px;
  background:#fffefa;
  color:#000;
}
div#ePlus fieldset.buttons
{
  display:block;
  width:99%;
  clear:both;
  margin-right:10px;
  background:transparent;
  color:inherit;
  border:0;
  text-align: right;
}
div#ePlus fieldset.buttons label,
div#ePlus fieldset.buttons a
{
  width:auto;
  clear:none;
  margin-left:10px;
}
div#ePlus fieldset.buttons label {  margin-top: 1px !important;}
div#ePlus fieldset.buttons label.right,
div#ePlus fieldset.buttons a.right
  {float: right;}
div#ePlus fieldset.buttons input,
div#ePlus fieldset.buttons a
{
  width:auto;
}
div#decisions.ePlus div.swipeFooter
{
  clear: both; 
  height: 80px;
}
/*********************************************
   =breadcrumb
*********************************************/
div#ePlus ul#breadcrumb
{
  margin: 3px 0 10px 10px;
  padding: 0;
  list-style: none;
  font-size: 11px;
}
div#ePlus ul#breadcrumb li
{
  margin: 0;
  padding: 0;
  
  display: inline;
}
div#ePlus ul#breadcrumb li a:link,div#ePlus ul#breadcrumb li a:visited {font-size: 11px;}
/*********************************************
  =pageHead
  ********************************************/
div#ePlus div#pageHead
{
  margin:0 0 10px 10px;
  padding:20px 0 15px 0;
  _margin-top: 25px;
  border-bottom: 1px solid #000;
  background:transparent;
  color:inherit;
  width: 97%;
  position: relative;
}
div#ePlus .MessageContainer
{
  width: 540px;
}

div#ePlus fieldset .MessageContainer
{
  width: 350px;
}

div#ePlus div#pageHead p
{
  font-weight:normal;
}
div#ePlus div#pageHead label
{
  display:inline;
  float:right;
  margin:-25px 0 0;
  padding-right:0;
}
div#ePlus div#pageHead input
{
  width:auto;
  margin-right:0;
}
div#ePlus div#pageHead a
{
  margin: -35px 15px 0 0;
}
/*********************************************
  =documentContent
  *******************************************/
div#ePlus form div#documentContent fieldset.buttons label,
div#ePlus form div#documentContent fieldset.buttons a
{
  margin-left: 15px;
}
/*
div#ePlus form div#documentContent fieldset.buttons label.primaryAction input,
div#ePlus form div#documentContent fieldset.buttons a.primaryAction strong
{
  padding-right:9px;
}
*/
div#ePlus form div#documentContent p.formElement
{
  position:relative;
  clear:both;
  width:100%;
  height:auto;
 /* overflow:auto;*/
  margin-top:0; 
  margin-bottom:0;
}
 p.hint, div.hintExample
{
  width: 180px;  
  margin: -5px 20px 10px 0;
  _margin: -5px 10px 10px 0;
  font: 10px arial;
  float: right;
  clear: right;
  padding: 0;
}
div.hintExample {position: relative; padding-left: 50px;}
div.hintExample p {position: absolute; top:0; left: 0;}
div.hintExample span {display: block;}
div#ePlus form div#documentContent p.formElement span.alert
{
  display:block;
  margin-left:165px;
  padding-left:16px;
  background:transparent url(images/ico_red_errorX.gif) no-repeat left center;
  color:#f00;
  font-size:11px;
}
div#ePlus form div#documentContent p.formElement label
{
  float:left;
  clear:left;
  width:164px;
  margin:0 0 6px;
  padding:3px 0 0;
  text-align:right;
}
div#ePlus form div#documentContent p.formElement label.required
{
  font-weight:bold;
}
div#ePlus form div#documentContent p.formElement input,
div#ePlus form div#documentContent p.formElement select
{
  width:144px;
  margin:0 0 6px 3px;
}
div#ePlus form div#documentContent p.formElement select
{
  width:150px;  
}

div#ePlus form div#documentContent p.formElement label kbd.help,
div#ePlus form div#documentContent p.formElement label span.help
{
  display:block;
  margin:0;
  font-family:arial, helvetica, sans-serif;
  font-size:11px;
  font-weight:normal; 
}
div#ePlus form div#documentContent p.formElement input.readonly
{
  overflow:hidden;
  padding-bottom:10px;
  border:0;
  background:transparent;
  color:#000;
}

div#ePlus form div#documentContent p.formElement kbd.help
{
  clear:both;
  margin:0 0 0 169px;
  padding:0;
  font-family:arial, helvetica, sans-serif;
  font-size:11px;
}
div#ePlus form div#documentContent fieldset#driversLicense p.formElement kbd.help
{
  margin: 0;
  padding:0 0 0 169px;
  display: block;
}

div#ePlus form div#documentContent p.formElement input.day,
div#ePlus form div#documentContent p.formElement input.month,
div#ePlus form div#documentContent p.formElement input.year
{
  width:42px;
}
div#ePlus form div#documentContent p.formElement kbd.help span.day,
div#ePlus form div#documentContent p.formElement kbd.help span.month,
div#ePlus form div#documentContent p.formElement kbd.help span.year
{
  margin:0;
  padding:0 18px;
  text-align:center;
}
div#ePlus form div#documentContent h3.textBelow
{
  margin-bottom: 0;
}

div#ePlus form div#documentContent p.textBelow
{
  margin: 0 0 15px 0;
}
/*********************************************
  =h2
  =h3
  *******************************************/
div#ePlus fieldset h2
{
  margin:0;
  padding:3px;
  border-bottom:1px solid #000;
  background:#84a89e;
  color:#fff;
  font-size:12px;
  font-weight:bold;
}
div#ePlus fieldset h3
{
  position:relative;
  margin:0 0 10px;
  padding:0 120px 0 0;
  font-size:12px;
  font-weight:bold;
}
div#ePlus fieldset#phoneNumbers h3
{
  position:relative;
  margin:0;
  padding:0 120px 0 0;
  font-size:12px;
  font-weight:bold;
}
div#ePlus fieldset h3 span.clarifyingText
{
  font-size:11px;
  font-weight:normal;
  white-space:nowrap;
}
div#ePlus fieldset h3 span.change
{
  position:absolute;
  top: 0;
  right:3px;
  margin:0;
  padding:0;
  font-size:11px;
}
div#ePlus fieldset h4
{
  font-size: 12px;
  font-weight: normal;
  margin: 0;
  margin-left: 85px;
}
div#ePlus fieldset#phoneNumbers h4
{
  margin-bottom: 4px;
}
/*********************************************
  =securityMessage
  =errorMessage
  =clarifyingText
  =required p
  ********************************************/
div#ePlus p.securityMessage
{
  margin:5px;
  padding:0 0 0 18px;
  background:transparent url(images/ico_security.gif) no-repeat left center;
  color:#000;
  font-size:11px;
}
div#ePlus fieldset p.errorMessage
{
  clear:both;
  margin:0 0 0 167px;
  padding:0 0 0 16px;
  border:0;
  background:transparent url(images/ico_red_errorX.gif) no-repeat left center;
  color:#f00;
  font-size:11px;
}
div#ePlus fieldset label span.clarifyingText
{
  margin:0;
  padding:0;
  font-size:10px;
  font-weight:normal;
  line-height:1em;
  white-space:nowrap; 
}
div#ePlus fieldset p.dateClarifier
{
  clear:both;
  margin:0 0 0 169px;
  padding:0;
  font-size:10px;
}
div#ePlus fieldset span.dateSeperation
{
  font-size:16px;
  vertical-align:top;
}
div#ePlus fieldset p.dateClarifier span.day,
div#ePlus fieldset p.dateClarifier span.month,
div#ePlus fieldset p.dateClarifier span.year
{
  margin:0;
  padding:0 18px;
  text-align:center;
}
div#ePlus p.required
{
  margin:3px 0 7px;
  padding:0;
  font-weight:bold;
}
div#ePlus p.tightHeading
{
  margin-top:2px;
}
/*********************************************
  =mainInfo
  ********************************************/
div#ePlus fieldset#mainInfo
{
  display:inline;
  float:left;
  clear:left;
  width:365px;
  margin:0 5px 25px 10px;
  padding:0 0 10px;
  border:1px solid #000;
}
div#ePlus fieldset#mainInfo fieldset
{
  position:relative;
  margin:0 15px 5px;
  padding:10px 0 0;
  border:0;
  border-top:1px dashed #999;
}

div#ePlus fieldset#mainInfo div.MessageContainer
{
  margin:7px 4px 6px;
}
div#ePlus fieldset#mainInfo div.MessageContainer,
div#ePlus fieldset#mainInfo div.MessageContainer span.containerUpperLeft,
div#ePlus fieldset#mainInfo div.MessageContainer span.containerUpperRight,
div#ePlus fieldset#mainInfo div.MessageContainer span.containerLowerLeft
{
  background-image: url(images/messages_green_bg.png);
}
/***********************************************
  =travelAgencyInfo fieldset
  =travelAgencyId fieldset
  =corporateAccountInfo
  =yourPreferences
  =loginOptions
  =eMailSpecials
  **********************************************/
div#ePlus fieldset#travelAgencyInfo,
div#ePlus fieldset#travelAgencyId,
div#ePlus fieldset#corporateAccountInfo,
div#ePlus fieldset#yourPreferences,
div#ePlus fieldset#loginOptions,
div#ePlus fieldset#eMailSpecials
{
  display:inline;
  float:right;
  clear:right;
  width:365px;
  margin:0 10px 10px 5px;
  padding:0 0 10px;
  border:1px solid #000;
}
div#ePlus fieldset#travelAgencyInfo h2,
div#ePlus fieldset#travelAgencyId h2,
div#ePlus fieldset#corporateAccountInfo h2,
div#ePlus fieldset#yourPreferences h2,
div#ePlus fieldset#loginOptions h2,
div#ePlus fieldset#eMailSpecials h2
{
  margin-bottom:5px;
}
div#ePlus fieldset#travelAgencyInfo h3,
div#ePlus fieldset#travelAgencyId h3,
div#ePlus fieldset#corporateAccountInfo h3,
div#ePlus fieldset#yourPreferences h3,
div#ePlus fieldset#loginOptions h3,
div#ePlus fieldset#eMailSpecials h3
{
  padding-left:5px;
}
/*************************************************
  Generic Form Stuff
  ************************************************/
div#ePlus fieldset label
{
  float:left;
  clear:left;
  width:164px;
  margin:0 0 6px;
  padding:3px 0 0;
  text-align:right;
}
div#ePlus fieldset label.required
{
  font-weight:bold;
}
div#ePlus fieldset input
{
  width:144px;
  margin:0 0 6px 3px;
}
div#ePlus fieldset input.readonly
{
  overflow:hidden;
  padding-bottom:10px;
  border:0;
  background:transparent;
  color:#000;
}
div#ePlus fieldset select
{
  width:150px;
  margin:0 0 6px 3px;
  clear:right;
}
div#ePlus fieldset#eMailSpecials label,
div#ePlus fieldset#loginOptions label
{
  position:relative;
  display:block;
  width:330px;
  float:none;
  clear:both;
  margin:0 0 10px;
  padding:0 0 0 20px;
  text-align:left;
}
div#ePlus fieldset#eMailSpecials label span.clarifyingText
{
  white-space:normal;
}
div#ePlus fieldset#eMailSpecials label input,
div#ePlus fieldset#loginOptions label input
{
  position:absolute;
  left:0;
  top:-2px;
  width:20px;
  margin:0;
  padding:0;
}
div#ePlus fieldset input.day,
div#ePlus fieldset input.month,
div#ePlus fieldset input.year
{
  width:35px;
}
div#ePlus fieldset input.linkLike
{
  display:inline;
  width:auto;
  _width:10px;
  overflow:visible;
  margin:0;
  padding:0;
  border:0;
  background:transparent;
  color:#00f;
  text-decoration:underline;
  cursor:pointer;
}
div#ePlus fieldset ul
{
  width:95%;
  margin:5px auto 0;
  padding:0;
} 
div#ePlus fieldset ul li
{
  display:inline;
  float:left;
  width:49%;
  margin:0;
  padding:0;
  text-align:center;
}
/**********************************************
  =eMailSpecials
  *********************************************/
div#ePlus fieldset#eMailSpecials p
{
  padding:5px 5px 10px 0;
  margin:0;
  background:transparent;
  color:inherit;
}
div#ePlus fieldset#eMailSpecials p img
{
  float:left;
  clear:left;
  margin-right:5px;
}
/**********************************************
  =password
  *********************************************/
div#ePlus fieldset#password input#password2
{
  position:relative;
  top:10px;
}
/**********************************************
  =travelAgencyId
  *********************************************/
div#ePlus fieldset#travelAgencyId p
{
  width:340px;
  margin:5px auto;
  padding:0;
}
div#ePlus fieldset#travelAgencyId fieldset
{
  width:340px;
  margin:0 auto 5px; 
  padding:0 0 3px;
  border:1px solid #999;
  background:#fffefa;
  color:inherit;
}
div#ePlus fieldset#travelAgencyId fieldset table
{
  width:100%;
  padding:0 0 0 4px;
  margin:0 0 4px;
  border-bottom:1px solid #999;
  border-collapse:collapse;
}
div#ePlus fieldset#travelAgencyId fieldset table thead tr th
{
  margin:0;
  padding:3px 3px 3px 7px;
  border-bottom:2px solid #000;
  background:#e5e5e5;
  color:#000;
  text-align:left;
}
div#ePlus fieldset#travelAgencyId fieldset table tbody tr td
{
  margin:0;
  padding:3px 3px 3px 7px;
  border-top:1px dashed #999;
  background:#f3f3f3;
  color:#000;
  text-align:left;
}
div#ePlus fieldset#travelAgencyId fieldset table tbody tr td label
{
  margin-left:0;
  padding-left:0;
}
div#ePlus fieldset#travelAgencyId fieldset table tbody tr td input
{
  width:16px;
  margin:0;
}
div#ePlus fieldset#travelAgencyId table tbody tr td span.default
{
  display:block;
  font-size:10px;
  font-weight:bold;
}
div#ePlus fieldset#travelAgencyId table tbody tr td input.linkLike
{
  width:auto;
  font-size:10px;
}
div#ePlus fieldset#travelAgencyId fieldset table tbody.caption tr td
{
  padding:5px 3px;
  background:transparent;
  color:inherit;
}
div#ePlus fieldset#travelAgencyId fieldset label
{
  display:block;
  float:none;
  width:90%;
  margin:0 6px;
  padding:0;
  text-align:left;
  font-size:11px;
  font-weight:normal;
}
div#ePlus fieldset#travelAgencyId fieldset input
{
  margin:5px 60px 10px 15px;
}
div#ePlus fieldset#travelAgencyId p.errorMessage
{
  margin:10px 0 0 10px;
  padding-left:16px; 
  padding-top:0;
  border:0;
  background:transparent url(images/error_icon.png) no-repeat left top;
  color:#f00;
}
/*************************************************
=decisions
**************************************************/
div#decisions.ePlus
{
  float:left;
  width:inherit;
  margin:0 auto;
  padding:0 0 70px 0;
  border:1px solid #000;
  text-align:left;
}


div#decisions.ePlus h2
{
  margin:12px 75px 12px 12px;
  padding:0;
}
div#decisions.ePlus h2 strong
{
  background:transparent;
  color:#ff5800;
}

div#decisions.ePlus div.MessageContainer
{
  margin-right:100px;
}
div#decisions.ePlus div.MessageContainer span.containerUpperRight
{
  right:0;
}
div#decisions.ePlus p em
{
  font-weight:bold;
  font-style:italics;
}
div#decisions.ePlus span.printLink
{
  background:transparent;
  color:#00f;
  text-decoration:underline;
  cursor:pointer;
}
div#decisions.ePlus div.choice
{
  clear:both;
  margin:0;
  padding:0 auto;
  height:35px;
}
div#decisions.ePlus div.choice p
{
  position:relative;
  width:530px;
  float:left;
  clear:left;
  margin:0;
  padding:0;
}

div#decisions.ePlus div[class="choice"] a
{
  top:-10px;
  margin-top:0;
}

div#decisions.ePlus hr
{
  clear:both;
  height:1px;
  margin:0 0 10px;
  padding:0;
  line-height:1px;
  color:#000;
}

/******************************
=ePlusBenefits list
*****************************/

div#ePlusBenefits
{
  position: relative;
  margin: -40px 0 0 5px;
}
div#ePlusBenefits h2
{
  margin: auto;
  padding: auto;
  width: 320px;
  font-weight: normal;
}

div#ePlusBenefits ul
{
  margin: 0 0 0 20px;;
  padding: 0;
  width: 320px;
}
div#ePlusBenefits ul li
{
  margin: 0 0 4px 0;
  padding: 0 0 0 10px;
  background: url("images/bullet_plus.gif") no-repeat left 3px;
}
div.overlayimg
{
  float:right;
  width: 180px;
  height: 155px;
}

/******************************
=form
*****************************/
div#decisions.ePlus form
{
  width:auto;
  height:auto;
  overflow:auto;
  margin:20px 12px 0;
  padding:0 0 25px;
}
div#decisions.ePlus form label.required
{
  font-weight:bold;
}
div#decisions.ePlus form p.errorMessage
{
  margin:10px 0 0 35px;
  padding-left:16px; 
  padding-top:0;
  border:0;
  background:transparent url(images/error_icon.png) no-repeat left top;
  color:#f00;
}
div#decisions.ePlus form p.requiredIndicator
{
  font-weight:bold;
}
div#decisions.ePlus form fieldset
{
  width:auto;
  background:transparent;
  color:inherit;
}
/*****************************
=activateConfirmation
*****************************/
div#decisions.ePlus form#activateConfirmation img
{
  position:relative;
  top:-50px;
  float:right;
  clear:right;
  width:295px;
  margin-left:35px;
}
div#decisions.ePlus form#activateConfirmation fieldset.buttons
{
  clear:both;
}

/*****************************
=login
=activate
****************************/
div#decisions.ePlus form fieldset.login,
div#decisions.ePlus form fieldset.activate
{
  margin:0;
  padding:0;
  border:0;
}
div#decisions.ePlus form fieldset.login label,
div#decisions.ePlus form fieldset.activate label
{
  display:block;
  margin-left:35px;
  font-size:13px;
}
div#decisions.ePlus form fieldset.login label span.clarifyingText,
div#decisions.ePlus form fieldset.activate label span.clarifyingText
{
  font-weight:normal;
}
div#decisions.ePlus form fieldset.login input,
div#decisions.ePlus form fieldset.activate input
{
  position:relative;
  width:350px;
  margin-left:35px;
  margin-bottom:15px;
}
* html div#decisions.ePlus form fieldset.login input#username
{
  margin-left:24px;
}
* html div#decisions.ePlus form fieldset.activate input#enterprisePlusId
{
  margin-left:35px;
}
div#decisions.ePlus form fieldset.login label.checkbox,
div#decisions.ePlus form fieldset.activate label.checkbox
{
  margin-top:10px;
}
div#decisions.ePlus form fieldset.login label.checkbox input,
div#decisions.ePlus form fieldset.activate label.checkbox input
{
  width:auto;
  margin:0;
}
div#decisions.ePlus form fieldset.login label.checkbox span.clarifyingText,
div#decisions.ePlus form fieldset.activate label.checkbox span.clarifyingText
{
  display:block;
  padding-left:20px;
}
div#decisions.ePlus form fieldset.login a#forgotPassword,
div#decisions.ePlus form fieldset.activate a#forgotPassword
{
  vertical-align:top;
  line-height:2em;
}
div#decisions.ePlus form fieldset.login ul,
div#decisions.ePlus form fieldset.activate ul
{
  margin-left:70px; 
  margin-bottom:15px;
  font-size:11px;
}
div#decisions.ePlus form fieldset.login ul li,
div#decisions.ePlus form fieldset.activate ul li
{
  padding-top:5px;
  margin-top:0;
  margin-bottom:0;
}
div#decisions.ePlus form fieldset.login a#personalizationForgotPassword
{
  position:relative;
  top:-18px;
  margin-top:0;
}
/*********************************
=activate
********************************/
div#decisions.ePlus form#enterprisePlusActivateAccountForm
{
  margin: 0;
}
div#decisions.ePlus form#enterprisePlusActivateAccountForm p
{
  width:400px;
}
div#decisions.ePlus form fieldset.activate
{
  margin-left:25px;
  z-index:200;
}
div#decisions.ePlus form fieldset.activate span.step
{
  display:block;
  float:left;
  width:25px;
  height:21px;
  margin-right:-31px;
  background:transparent url(images/stepByStepCircle.png) no-repeat center top;
  color:#fff;
  font-size:16px;
  font-weight:bold;
  line-height:21px;
  text-align:center;
}
input#verifyPassword
{
  margin-top: 0;
}
div#decisions.ePlus form fieldset.activate img
{
  float:right;
  clear:right;
  width:295px;
}
div#decisions.ePlus form#enterprisePlusActivateAccountForm fieldset.verifyPassword
{
  border: 0;
  margin:0;
  padding: 0;
  width: 400px;
  float: left;
}
div#decisions.ePlus form#enterprisePlusActivateAccountForm fieldset.buttons
{
  float:left !important;
  clear: none !important;
  width: 300px;
  margin: 16px 0 0 25px !important;
  padding: 0 !important;
}
div#decisions.ePlus form#enterprisePlusActivateAccountForm fieldset.buttons label
{
  margin: 0 !important;
  padding: 0 !important;
  display: inline !important;
}
div#decisions.ePlus form#enterprisePlusActivateAccountForm fieldset.buttons input
{
  width: auto !important;
  height: auto;
  display: inline;
}

/********************************
=join
*******************************/
div#decisions.ePlus div#join
{
  position:relative;
  margin-top:0;
  padding-top:0;
}
div#decisions.ePlus div#join h2
{
  clear:both;
  margin-left:0;
  padding-left:0;
  font-size:14px;
}
div#decisions.ePlus div#join img
{
  float:left;
  position:relative;
  margin-top:0;
}
div#decisions.ePlus div#join p
{
  margin-left:20px;
}
div#decisions.ePlus div#join div.MessageContainer p
{
  margin-left:auto; 
}
div#decisions.ePlus div#join span.step
{
  float:left;
  width:21px;
  height:21px;
  margin-right:-31px;
  background:transparent url(images/stepByStepCircle.png) no-repeat center top;
  color:#fff;
  font-size:16px;
  font-weight:bold;
  line-height:21px;
  text-align:center;
}
* html body div#decisions.ePlus div#join h3.step,
* html body div#decisions.ePlus div#join p.step
{
  height:1%;
}
div#decisions.ePlus form div#join h3.step
{
  margin:0 0 0 26px;
  padding:0;
  font-size:12px;
}
div#decisions.ePlus form div#join p.step
{
  margin:0 250px 25px 25px; 
}
div#decisions.ePlus form div#join fieldset.buttons
{
  position:relative;
  padding:0 70px 25px 0;
}
/*******************************
=congratulations
******************************/
div#decisions.ePlus form div#congratulations
{
  float: left;
  width: 400px;
  background:transparent;
  z-index: 0;
}
div#instructions
{
  width: 400px;
  float:left;
}
div#decisions.ePlus form div#congratulations p img
{
  vertical-align: middle;
  margin: auto;
}
div#decisions.ePlus form div#congratulations p span
{
  vertical-align: middle;
}
div#decisions.ePlus form h2
{
  margin:0;
}
div#decisions.ePlus div#tempCard
{
  position:relative;
  float: left;
  width: 275px;
  height: 190px;
  z-index: 900;
}
div#decisions.ePlus div#tempCard img
{
  position:absolute;
  left:0;
  top:0;
  margin: auto;
  width: 275px;
  height: 190px;
  z-index:0;
}
div#decisions.ePlus form div#tempCard span
{
  position:absolute;
  left:32px;
  background:transparent;
  color:#000;
  font-weight:bold;
  z-index:20;
}
div#decisions.ePlus form div#tempCard span#name
{
  top:120px;
}
div#decisions.ePlus form div#tempCard span#ePlusId
{
  top:145px;
}
div#decisions.ePlus form .buttons
{
  clear: both !important;
  bottom: auto !important;
  left: auto !important;
  position: inherit !important;
  float:none !important;
  padding: 20px 0 0 0;
  margin: auto;
}
div#decisions.ePlus form strong.print.linkLike
{
  background:transparent;
  color:#00f;
  text-decoration:underline;
  cursor:pointer;
}
/*******************************
=changeCountry
******************************/
div#decisions.ePlus form fieldset.changeCountry
{
  margin:0;
  padding:0;
  border:0;
}
div#decisions.ePlus form fieldset.changeCountry label
{
  display:inline;
  float:left;
  clear:left;
  text-align:right;
}
div#decisions.ePlus form fieldset.changeCountry select
{
  display:inline;
  margin-left:10px;
}
/******************************
=buttons
*****************************/
div#decisions.ePlus form fieldset.buttons
{
  clear:both;
  margin-top:35px;
  border:0;
}
div#decisions.ePlus form fieldset.buttons label,
div#decisions.ePlus form fieldset.buttons a
{
  clear:none;
}
/******************************
=ol
=ul
=li
*****************************/
div#decisions.ePlus form ol
{
  margin-top:-12px;
}
div#decisions.ePlus form ol li
{
  margin:0;
  line-height:1.5em;
}
  div#decisions.ePlus form ul
{
  margin:0 100px 0 25px;
  list-style-type:square;
}
/*******************************************
  =learnMore
  ******************************************/
div#ePlus.learnMore
{
  margin:0 auto;
  padding:0 0 25px;
  border:1px solid #000;
  text-align:left;
}
div#ePlus.learnMore h1
{
  margin:0;
  padding:7px 15px 15px;
  font-size:14px;
}
div#ePlus.learnMore h1 strong
{
  background:transparent;
  color:#007d5d;
}
div#ePlus.learnMore div img
{
  display:block;
  position:relative;
  min-height:160px;
  min-width:280px;
  margin:0 auto;
  padding:0;
}
div#ePlus.learnMore div#step1
{
  display:inline;
  width:50%;
  height:300px;
  float:left;
  clear:left;
  background:transparent url(images/ePlusLearnMore_bg.png) no-repeat left bottom;
  color:inherit;
}
div#ePlus.learnMore div#step2
{
  display:inline;
  width:50%;
  height:300px;
  float:right;
  clear:right;
  background:transparent url(images/ePlusLearnMore_bg.png) no-repeat right bottom;
  color:inherit;
}
div#ePlus.learnMore div#step1 h2,
div#ePlus.learnMore div#step2 h2
{
  margin:20px 0 0;
  padding:0 25px;
  background:transparent;
  color:#007d5d;
  font-size:12px;
}
div#ePlus.learnMore div#step1 h2 em,
div#ePlus.learnMore div#step2 h2 em
{
  padding-right:.5em;
  font-size:18px;
  font-style:normal;
}
div#ePlus.learnMore div#step1 p,
div#ePlus.learnMore div#step2 p
{
  padding:10px 25px;
  margin:0;
  font-size:12px;
}
div#ePlus.learnMore div#step2 a
{
  margin-right:15px;
}
div#ePlus.learnMore div#signUp
{
  width:100%;
  clear:both;
  margin:0;
  padding:0;
}
div#ePlus.learnMore div#signUp h2
{
  margin:0;
  padding:5px 25px;
  font-size:12px; 
}
div#ePlus.learnMore div#signUp h2 strong
{
  background:transparent;
  color:#ff5a00;
}
div#ePlus.learnMore div#signUp ul
{
  width:auto;
  height:auto;
  overflow:auto;
  position:relative;
  margin:0 0 25px 20px;
  padding:0;
  list-style-type:none;
}
div#ePlus.learnMore div#signUp ul li
{
  display:block;
  position:relative;
  float:left;
  clear:none;
  width:48%;
  padding-left:15px;
  margin:3px 0 0;
  background:transparent url(images/greenCheck_icon.png) no-repeat left top;
  color:inherit;
  font-size:12px;
}
div#ePlus.learnMore div#signUp p
{
  display:inline;
  width:95%;
  float:left;
  clear:left;
  margin:0 25px;
  padding:3px 20px;
  font-size:12px;
}
div#ePlus.learnMore div#signUp p.airport
{
  background:transparent url(images/ico_airplane.gif) no-repeat left center;
  color:inherit;
}
/*******************************************
  =pickYourPath
  ******************************************/
div#decisions.ePlus form#pickYourPath
{
  width:383px;
  float:right;
  clear:right;
  margin:0;
  padding:0;
  border:0;
}
div#decisions.ePlus.deeplinkEn form#pickYourPath,
div#decisions.ePlus.deeplinkEs form#pickYourPath,
div#decisions.ePlus.deeplinkDe form#pickYourPath,
div#decisions.ePlus.deeplinkFr form#pickYourPath
{
  width: 313px;
  float:left;
  clear:left;
  margin:-20px 0 0 20px;
  padding:0;
  border:0;
}
div#decisions.ePlus form#pickYourPath fieldset
{
  margin:10px;
  padding:9px 0 14px;
  border:2px solid #d4d4d4;
  -moz-border-radius:16px;
}

div#decisions.ePlus form#pickYourPath fieldset.roundedCorners
{
  position:relative;
  border:0;
  margin-top:15px;
  margin-bottom:20px;
  padding-bottom:0;
  background:transparent url(images/fieldsetRoundedCorners_grey.png) no-repeat center top;
  color:inherit;
}
div#decisions.ePlus.deeplinkEn form#pickYourPath fieldset.roundedCorners,
div#decisions.ePlus.deeplinkEs form#pickYourPath fieldset.roundedCorners,
div#decisions.ePlus.deeplinkDe form#pickYourPath fieldset.roundedCorners,
div#decisions.ePlus.deeplinkFr form#pickYourPath fieldset.roundedCorners
{
  background:transparent url(images/fieldsetRoundedCorners_grey_sm.png) no-repeat center top;
}


div#decisions.ePlus form#pickYourPath fieldset.roundedCorners b
{
  position:absolute;
  bottom:-10px;
  left:0;
  display:block; 
  width:100%;
  height:10px;
  background:transparent url(images/fieldsetRoundedCorners_grey.png) no-repeat center bottom;
  color:inherit;
}
div#decisions.ePlus.deeplinkEn form#pickYourPath fieldset.roundedCorners b,
div#decisions.ePlus.deeplinkEs form#pickYourPath fieldset.roundedCorners b,
div#decisions.ePlus.deeplinkFr form#pickYourPath fieldset.roundedCorners b,
div#decisions.ePlus.deeplinkDe form#pickYourPath fieldset.roundedCorners b
{
    background:transparent url(images/fieldsetRoundedCorners_grey_sm.png) no-repeat center bottom;
}
div#decisions.ePlus form#pickYourPath fieldset p.formElement
{
  clear:both; 
  margin:6px 14px 0 21px; 
  padding:0;
}
div#decisions.ePlus form#pickYourPath fieldset p.formElement span.alert
{
  position:relative;
  display:block;
  margin:10px 0 0 0;
  padding:0 0 0 16px;
  background:transparent url(images/error_icon.png) no-repeat left center;
  color:#f00;
}
div#decisions.ePlus form#pickYourPath fieldset p.formElement label
{
  width:110px;
  float:left;
  clear:left;
  margin:0;
  font-size:11px;
  text-align:right;  
}
div#decisions.ePlus.deeplinkEn form#pickYourPath fieldset p.formElement label,
div#decisions.ePlus.deeplinkEs form#pickYourPath fieldset p.formElement label,
div#decisions.ePlus.deeplinkDe form#pickYourPath fieldset p.formElement label,
div#decisions.ePlus.deeplinkFr form#pickYourPath fieldset p.formElement label
{
  display: block;
  float: none;
  text-align: left;
  margin: 2px 0 2px 5px;
}
div#decisions.ePlus.deeplinkEn form#pickYourPath fieldset label.primaryAction,
div#decisions.ePlus.deeplinkEs form#pickYourPath fieldset label.primaryAction,
div#decisions.ePlus.deeplinkDe form#pickYourPath fieldset label.primaryAction,
div#decisions.ePlus.deeplinkFr form#pickYourPath fieldset label.primaryAction
{
  margin: 10px 40px 0 0;
}
div#decisions.ePlus form#pickYourPath fieldset p.formElement input
{
  width:109px;
  margin:0 0 0 4px;
  border:1px solid #779ebd;
text-align: left;
}
div#decisions.ePlus.deeplinkEn form#pickYourPath fieldset p.formElement input,
div#decisions.ePlus.deeplinkEs form#pickYourPath fieldset p.formElement input,
div#decisions.ePlus.deeplinkDe form#pickYourPath fieldset p.formElement input,
div#decisions.ePlus.deeplinkFr form#pickYourPath fieldset p.formElement input
{
  width: 222px;
}
div#decisions.ePlus form#pickYourPath fieldset p
{
  margin:0 14px 0 21px;
  padding:0;
}
div#decisions.ePlus form#pickYourPath fieldset h3 a,
div#decisions.ePlus form#pickYourPath fieldset p a
{
  position:relative;
  bottom:0;
  right:0;
  font-size:11px;
}
div#decisions.ePlus form#pickYourPath p
{
  margin:0 14px 0 0px;
  padding:0 10px 6px 10px;
  font-size:11px; 
}
div#decisions.ePlus form#pickYourPath p a
{
  font-size:11px;
}
div#decisions.ePlus form#pickYourPath fieldset a.signUp
{
  float:right;
  clear:both;
  margin-right:14px;
}
div#decisions.ePlus form#pickYourPath fieldset h3
{
  margin:0 14px 0 21px;
  padding:0;
  font-size:12px;
  font-weight:bold;
}
div#decisions.ePlus form#pickYourPath fieldset h3 a
{
  font-size:10px;
  font-weight:normal;
  background:transparent;
  color: #00f; 
}
div#decisions.ePlus img
{
  margin:35px 0 10px 20px;
}
div#decisions.ePlus p.questions
{
  margin:10px 0 10px 34px;
}
/************************************
  =EPLUSLOGIN
  ***********************************/

#ePlusLoginHome,
#enterprisePlusLoginWidget
{
  position:relative;
  height:66px;
  padding-bottom: 10px;
  font: 12px Arial;
  color:#000;
  background: #fff url("images/pan_ePlusHome.jpg") no-repeat left top;
}
#enterprisePlusLoginWidget
{
/*  height: auto;
  padding-bottom: 10px;*/
  height: 66px;
  padding-bottom: 0;
}
#enterprisePlusLoginWidget.cookied { height: auto; }
#ePlusLoginHome.corporate
{
  height: auto;
}
#ePlusLoginHome.emeraldclub,
#enterprisePlusLoginWidget.emeraldClub
{
  background: #fff url("images/ico_loyalty_emerald_sm.gif") no-repeat 15px 10px;
  height: 60px;
  padding: 10px 0 0 0;
}
#ePlusLoginHome.emeraldclub #eplusLogin
{
  margin: 25px 0 0 120px;
}
#enterprisePlusLoginWidget.emeraldClub #eplusLogin
{
  margin: 25px 0 0 180px;
}
#ePlusLoginHome.emeraldclub #eplusLogin strong,
#enterprisePlusLoginWidget.emeraldClub #eplusLogin strong
{
  margin-right: 8px;
}
#enterprisePlusLoginWidget
{
  float: right;
}
#ePlusLoginHome
{
  border-bottom: 1px solid black;
  width: 287px;
}
#ePlusLogin thead td
{
  padding-bottom: 0;
}
#ePlusLoginHome.notCookied,
#enterprisePlusLoginWidget.notCookied
{
  height: 58px;
  width: 287px;
}
#enterprisePlusLoginWidget.notCookied div#ePlusLogin
{
  margin-left: 60px;
}
#ePlusLoginHome table#ePlusLogin
{
  border: none;
  background: none;
  height: auto;
  min-height: 80px;
  width: auto;
  margin-left: 60px;
  padding-bottom: 10px;
}

#enterprisePlusLoginWidget table#ePlusLogin
{
  border: none;
  background: none;
  height: auto;
  width: auto;
  margin-left: 60px;
}
#enterprisePlusLoginWidget.emeraldClub table#ePlusLogin
{
  margin:1px 0 0 130px;
  padding: 0;
}
div#ePlusLogin
{
  position: absolute;
  top: 1px;
  right: 3px;
  white-space: nowrap;
}

/* COOKIED STYLES */

table#ePlusLogin td
{
  position:relative;
  vertical-align: top;
  text-align: left;
}
table#ePlusLogin thead td
{
  vertical-align: middle;
  height: auto;
  padding:3px 0 0 0;  
}
table#ePlusLogin label.tertiaryAction2,
table#ePlusLogin label.tertiaryAction1
{
  margin-left:0 !important;
  clear: none !important;
}
#ePlusLogin input#login
{
  width: 95px;
  height: 20px;
  margin: 2px 2px 0 0;
  border: 1px solid #999999;
  float: left;
  clear: none;
  position: relative;
}
table#ePlusLogin td.emeraldclub
{
  padding: 3px 0;
}
#ePlusLogin span.name
{
  font-weight: bold;
  white-space: nowrap;  
  display: block;
}
#ePlusLogin a
{
  font-size: 11px;
  white-space: nowrap;
}
#ePlusLogin a.logout_button
{
  height:20px;
  line-height:22px;
}
span.blue
{
  font-size: 11px;
  color: blue;
  margin: 0 4px;
}
img.ePlusTagline
{
  position: absolute;
  left:60px;
  top: 23px;
}

/* LANGUAGE SWITCH FOR BACKGROUND IMAGE ON PASSWORD INPUT */

#ePlusLogin td.fr,
#ePlusLogin td.de,
#ePlusLogin td.es
{
  width:200px;
}

#ePlusLogin td.en
{
  width:160px;
  padding: 0;
}

#ePlusLogin td.en input#login.background
{
  background: #fff url("images/pan_password_en.gif") no-repeat left 1px;
}
#ePlusLogin td.de input#login.background
{
  background: #fff url("images/pan_password_de.gif") no-repeat left 1px;
}
#ePlusLogin td.fr input#login.background
{
  background: #fff url("images/pan_password_fr.gif") no-repeat left 1px;
}
#ePlusLogin td.es input#login.background
{
  background: #fff url("images/pan_password_es.gif") no-repeat left 1px;
}

div#expressLaneLogin
{
  position:relative;
  height:65px;
  border-bottom:1px solid #000;
  background:#fff url(images/expressLanePop.png) no-repeat center top;
  color:#000;
}
div#expressLaneLogin p
{
  margin:0;
  padding:5px 15px 15px 45px;
  font-size:11px;
}
div#expressLaneLogin p strong
{
  display:block;
}
div#expressLaneLogin p a
{
  font-size:11px;
}

/********************************
*********************************/
div#ePlus fieldset label span.clarifyingTextLogin
{
  margin:0;
  padding:0;
  font-size:10px;
  font-weight:normal;
  line-height:1em;
  white-space:wrap; 
}

div#ePlus fieldset input.linkLikeCorporate
{
  display:inline;
  width:auto;
  _width:10px;
  overflow:visible;
  margin:0;
  padding:0;
  border:0;
  font-size:10px;
  background:transparent;
  color:#00f;
  text-decoration:underline;
  cursor:pointer;
}

div#ePlus fieldset input.readonlyCorporate
{
  overflow:hidden;
  padding-bottom:10px;
  border:0;
  font-weight:bold;
  background:transparent;
  color:#000;
}
div#reservation div.formElement kbd.help
{   
  display:block;
  width:220px;
  margin:-13px 0 10px 207px;
  padding:0;
  font: 10px verdana;
}

div.reserveFloatRight
{
  float: right;
}
div#ePlus form div#documentContent fieldset.buttons label.primaryAction input
{
  overflow: visible;
  _width: 1px;
}

/*******************************
Create/Verify Page
********************************/

h3.changeName
{
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
p.changeName
{
  margin: 0 0 10px 0 !important; 
  padding:0 !important;
}

span.verifyEntry
{
  float: left;
  width: 157px;
  margin:0 0 6px 10px;
  padding:3px 0 0 0;
}
span.date
{
  width: 41px !important;
  text-align: center;
}
div#ePlus fieldset.confirm
{
  top:0;
  left:auto
}

a.eplusLinkAlign{
  display: block;
  margin:3px 0 6px 45px;
  text-align: right;
}
 /*********************
      ==== Credit Cards
  *********************/
  div#ePlus fieldset#card
  {
    width: 515px;
    margin: 0 0 15px 15px;
    background: #f8f8f8;
    border: 1px solid #999;
    padding: 7px 12px 12px 12px;
    text-align: left;
  }
  div#ePlus fieldset#card legend {display: none;}
  div#ePlus fieldset#card label {
    display: block; 
    float: none;
    margin: 5px 0;
    padding: 0;
    clear: none;    
    text-align: left;
    width: auto;
  }
  div#ePlus fieldset#card label.locked { color: #707070; }
  div#ePlus fieldset#card input,
  div#ePlus fieldset#card select
  {
    width: 295px;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    clear: none !important;
    text-align: left !important;    
  }
  div#ePlus fieldset#card input#primaryCard { width: auto; }
  div#ePlus fieldset#card select.short { width: 70px; margin-right: 12px !important; margin-bottom: 5px !important;}
  div#ePlus fieldset#card p.helperText
  {
    margin: 5px 0;
    padding: 0;
    font-size: 11px;
  }
  div#ePlus p.notice
  {
    background: #fffee9;
    border: 1px solid #e6db55; /*#a1a5a9;*/
    width: 360px;
    padding: 20px 70px;
    text-align: center;
    margin: 10px auto 25px auto;
    font: 12px arial;
  }
  div#ePlus p.error {color: #f00; font-size: 11px; padding: 0 0 0 20px; margin: 5px 0;background: url('images/ico_error.gif') no-repeat left top;}
  div#ePlus p.globalError {color: #f00; font-size: 11px; padding: 0 0 0 20px; margin: 8px 0 8px 15px;background: url('images/ico_error.gif') no-repeat left top; display: none;}
  div#ePlus fieldset#card p.error {display: none;}
  div#ePlus fieldset.buttons.addCard { width: 555px;}
  div#ePlus fieldset.buttons a.terms { margin-top: 8px; }
  div#ePlus fieldset.buttons.manageCard { border-top: 1px solid #000; width: 97%; margin-left: 10px; padding-top: 10px;}
  div#cardInfo { padding: 0; margin: 0;}
  div#cardInfo p.InfoMessageAug { text-align: left;}
  div#cardInfo div.MessageContainer {width: 770px; margin-left: 0; }
  table#cardSummary{
    width: 700px;
    margin:0 0 20px 60px;
  }
  table#cardSummary thead th
  {
    font: bold 12px arial;
  } 
   table#cardSummary td { padding: 10px 0; }
   div#pageHead span.logout
   {
     font: 11px arial;
   }
   div#ePlus div#pageHead span.logout a:link,
   div#ePlus div#pageHead span.logout a:visited
   {
     margin: 0;
   }
   div#ePlus ul#accountActions
   {
     margin: 15px 0 0 25px;
     list-style: none;
     padding: 0;
   } 
  div#ePlus ul#accountActions li
  {
    margin: 0;
    padding: 8px 90px 12px 85px;
    min-height: 65px;
    font: 12px verdana;
  }
  div#ePlus ul#accountActions li.profile{
    background: url('images/ico_eplus_profile.gif') no-repeat top left;
  }
  div#ePlus ul#accountActions li.credit{
    background: url('images/ico_eplus_credit.gif') no-repeat top left;
  }
  div#ePlus ul#accountActions li.contacts{
    background: url('images/ico_eplus_contacts.gif') no-repeat top left;
  }
  div#ePlus ul#accountActions li p
  {
    margin: 2px 0 5px 0;
    padding: 0;
  }
   div#ePlus ul#accountActions li div.MessageContainer
  {
    width: 580px;
    margin: 10px 0 0 0;
  } 
  div#ePlus ul#accountActions li p.InfoMessageAug{  margin: 0 !important; padding: 4px 39px;}
  div#ePlus ul#accountActions li a:link,
  div#ePlus ul#accountActions li a:visited
  {
    font: bold 12px verdana;
  }
  div#ePlus ul#accountActions li a.popup:link,
  div#ePlus ul#accountActions li a.popup:visited
  {
    font: normal 11px verdana;
  }
  
    div#ePlus ul#accountActions li div.MessageContainer a:link { font: normal 12px arial;}
  /******
     Terms and Conditions for CC's
  ******/
  div#terms
  {
    width:776px;
    overflow:hidden;
    margin:0 auto 25px auto;
    padding:0 0 0 0;
    background:transparent url("images/ico_loyalty_eplus_profile.gif") no-repeat right 3px;
    color:#000;
    font-family:arial, sans-serif;
    text-align: left;
  }
  div#terms div.MessageContainer
  {
    margin:65px 0 -40px 0;
    width: 750px;
  }
 div#terms h1
  {
    margin:50px 0 5px 0;
    padding:0;
    color:inherit;
    font-size:18px;
    font-weight:normal;
    width: 97%;
  }
  div#terms div#legal
  {
    margin: 10px 0;
    font: 12px arial;
    background: #fefeff;
    padding: 15px;
    border: 1px solid #e9e9e9;
  }
  div#terms div#legal p,
  div#terms div#signature p
  {
    margin: 5px 0;
    padding: 0;
    font: 12px arial;
  }
  div#terms div#signature
  {
    background: #f4f3f8;
    border: 1px solid #e9e9eb;
    padding: 15px;
    overflow: visible;
  }
  div#terms div#signature h2
  {
    padding: 0;
    margin: 0;
    font: 18px arial;
  }
  div#terms label.tertiaryAction2
  {
    margin: 10px 0 0 0;
  }
  div#terms div#signature label.tertiaryAction2,
  div#terms div#signature a.tertiaryAction2
  {
    clear: none;
    margin: 10px 10px 0 0;
  }
  div#terms div#signature label:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden;
}

/************* Loyalty Login ***********/
  div#loyaltyLogin
  {
   position: relative; 
   float: right;
   height:auto;
   font: 11px Arial;
   color:#000;   
   margin: 0;
   padding: 0 0 3px -2px;
   z-index:5;
   width: 280px;
  }  
  #enterprisePlus-container,
  #emeraldClub-container
  {
    position: absolute;
    top:31px;
    left: 0;
    background: #9e9e9e url('images/img_loyalty_grad.gif') repeat-x top left;
    border-bottom: 1px solid #818080;
    border-right: 1px solid #818080;
    border-left: 1px solid #818080;
    z-index:5;
    padding: 5px 0;
    width: 278px;
    margin: 0;
    text-align: left;
    display: none;    
  }
  div#loyaltyLogin div.toggle div fieldset
  {
 
    margin:3px 5px 0 5px;
    padding:0 0 0 33px;
    border: 1px solid #818080;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;  
  }
  div.toggle
  {
    float: left;
    margin: 0;
    padding: 0;
    display: block;
    width: 139px;
    height: 31px;
  }
  div#loyaltyLogin div.toggle div#enterprisePlus-container fieldset
  { 
    background: #FFF url("images/ico_loyalty_eplus_sm.gif") no-repeat 3px 13px;
  }
  div#loyaltyLogin div.toggle div#emeraldClub-container fieldset
  {
   background: #FFF url("images/ico_loyalty_national_sm.gif") no-repeat 3px 13px;
  }
  div#loyaltyLogin div.toggle div#enterprisePlus-container fieldset a
  {
    font: 11px arial;
    float: left;
    display: block;
    width: 110px;
  }
  div#loyaltyLogin div.toggle.on h4,
  div#loyaltyLogin div.toggle.off h4
  {
    background: url('images/img_leftTabOpen.gif') no-repeat top left;
    margin: 0;
    padding: 8px 0 0 0;
    cursor: pointer;
    text-align: center;
    font: bold 12px arial;
    width: 100%;
    height: 100%;
  }
  div#loyaltyLogin div.toggle.off#enterprisePlus h4
  {
    background: url('images/img_leftTabClosed.gif') no-repeat top left;  
  }
  div#loyaltyLogin div.toggle.off 
  {
    border: none;
  }
  div#loyaltyLogin div.toggle.off#emeraldClub h4
  {
    background: url('images/img_rightTabLeftSideClosed.gif') no-repeat top left;
  }    
  div#loyaltyLogin div.toggle.off#emeraldClub
  {
     background: url('images/img_rightTabRightSideClosed.gif') no-repeat top right;
     padding-right: 2px;
  }
  div#loyaltyLogin div.toggle.on#emeraldClub h4
  {
    background: url('images/img_rightTabLeftSideOpen.gif') no-repeat top left;
  }    
  div#loyaltyLogin div.toggle.on#emeraldClub
  {
     background: url('images/img_rightTabRightSideOpen.gif') no-repeat top right;
     padding-right: 2px;
  }    
  div#loyaltyLogin div.toggle div,
  div#loyaltyLogin div.toggle div input
  {
     font: 11px verdana;
  }
  div#loyaltyLogin div.toggle div label
  {
    width: 108px;
    display: block;
    float: left;
    margin: 5px 0 2px 0;
  }
  div#loyaltyLogin div.toggle div fieldset table td,
  div#loyaltyLogin div.toggle div fieldset table td input
    {
      font-size: 11px;
    }
  div#loyaltyLogin div.toggle div fieldset table
  {
    width: 200px;
  }
  div#loyaltyLogin div.toggle div fieldset table td
  {
    padding: 0 2px;
  }
  div#loyaltyLogin div.toggle div label input,
  div#loyaltyLogin div.toggle div fieldset table td input
  {
    width: 99px;
  }  
  div#loyaltyLogin div.toggle div fieldset label.tertiaryAction1
  {
    width: auto; 
    float: left;
    clear: none;
  }
  div#loyaltyLogin div.toggle div#emeraldClub-container fieldset label.tertiaryAction1
  {
    float: right;
    margin-right: 34px;
  }
  div#loyaltyLogin div.toggle div fieldset label.tertiaryAction1 input
  {
    width: auto;
  }
 /* Homepage Tweaks */
 div#loyaltyLogin.homepage
  {
    height: 122px;
    background: #FFF;
    padding: 0;
    width: 287px;
    margin: 0;
    float: left;
  }
  div#loyaltyLogin.homepage div#enterprisePlus h4  
  {
    position: absolute;
    left: 3px;
    top: 3px;
    width: 141px;
  }
  div#loyaltyLogin.homepage div#emeraldClub
   {
      position: absolute;
      top: 1px;
      left:142px;
      width: 139px;
   }
  div#loyaltyLogin.homepage div.toggle
  {
    margin: 2px 0 0 0;
  }
  div#loyaltyLogin.homepage div.on #enterprisePlus-container,
  div#loyaltyLogin.homepage div.on #emeraldClub-container
  {
    display: block;
    top:31px;
    left: 3px;    
  }
  div#loyaltyLogin.homepage div.on #emeraldClub-container
  {
    left: -139px;
  }
  div#loyaltyLogin.homepage div.on #enterprisePlus-container fieldset,
  div#loyaltyLogin.homepage div.on #emeraldClub-container fieldset
  {
    margin-left: 3px;
  }

