
body
{
  background  :  #ffffff url('../images/main/body-bg.jpg') 0px 22px repeat-x;  
}

#BodyArea
{
  width    :  914px;
  margin   :  0px auto 0px auto;
  padding  :  0px 0px 50px 0px;
}

#FaceFlavorBg
{
  background  :  #ffffff url('../images/main/faceflavor-bg.jpg') center top repeat-x;
  padding     :  135px 67px 0px 67px;
  margin      :  0px auto 0px auto;
  width       :  780px;
}

#BodyLinks
{
  border-top     :  solid 1px #dadada;
  border-bottom  :  solid 1px #dadada;
  line-height    :  25px;
  text-align     :  center;
  word-spacing   :  6px;
  margin         :  15px 0px 50px 0px;
}

#BodyLinks a
{
  font-family      :  arial, helvetica, sans-serif;
  font-size        :  12px;
  color            :  #3c3c3c;

  text-decoration  :  none;
  word-spacing     :  0px;    
}

#BodyLinks a:hover
{
  font-family      :  arial, helvetica, sans-serif;
  font-size        :  12px;
  color            :  #000000;
  
  text-decoration  :  none;
  word-spacing     :  0px;  
}

/*  login/register/password form styles  */

#Password, #Login, #Result
{
  height  :  235px;
}

input.button
{
  margin  :  10px 0px 0px 0px;
}

#frmLogin, #frmPassword
{
  margin-top  :  15px;
}

#frmLogin input.textbox
{
  width   :  220px;
  border  :  solid 1px #b8ccf1;
}

#frmPassword input.textbox
{
  width   :  220px;
  border  :  solid 1px #b8ccf1;
}

#frmPassword select.month
{
  width         :  96px;
  #width        :  98px;
  _width        :  98px;  
  margin-right  :  4px;
  border        :  solid 1px #b8ccf1;
}

#frmPassword select.day
{
  width         :  54px; 
  margin-right  :  4px;
  border        :  solid 1px #b8ccf1;
}

#frmPassword select.year
{
  width   :  58px;
  border  :  solid 1px #b8ccf1;
}

#frmRegister
{
  padding-top  :  25px;
  background   :  #f6f6f6;
  height       :  800px;
}

#frmRegister input.textbox, #frmAccount input.textbox
{
  width   :  220px;
  border  :  solid 1px #b8ccf1;
}

#frmRegister select, #frmAccount select
{
  width   :  222px;
  _width  :  224px;
  #width  :  224px;  
  border  :  solid 1px #b8ccf1;
}

#frmRegister select.month, #frmAccount select.month
{
  width         :  96px;
  #width        :  98px;
  _width        :  98px;  
  margin-right  :  4px;
}

#frmRegister select.day, #frmAccount select.day
{
  width         :  54px; 
  margin-right  :  4px;
}

#frmRegister select.year, #frmAccount select.year
{
  width  :  58px;
}

