#authorization
{
    background: #D2DDE3;
    overflow: hidden;
    width: 636px;
    padding: 15px 50px 18px 281px;
    font-family: tahoma;
    font-size: 11px;
    color: #4E5E65;
}

#authorization_content
{
    float: left;
}

#authorization_content h1
{
    font-family: georgia;
    font-size: 28px;
    color: #4E5E65;
    font-weight: normal;
}

#authorization_content input
{
    width: 264px;
    height: 24px;
    border: 2px solid #b9d2e8;
    border-top-color: #4c85b3;
    margin: 6px 0;
    font-family: tahoma;
    font-size: 17px;
    color: #707070;
    padding: 4px 8px;
}

#authorization_data
{
    padding-top: 18px;
    width: 284px;
    float: left;
}

#create_account {
  float: left;
  behavior: url(/stylesheets/iepngfix.htc);
  background-image: url(/images/create_account_bg.png);
  background-repeat: no-repeat;
  width: 195px;
  height: 108px;
  margin-left: 45px;
  margin-top: 33px;
  padding: 20px 15px 12px 95px;
}

#create_account_bn
{
    float: left;
    behavior: url(/stylesheets/iepngfix.htc);
    background-image:url(/images/create_account_bg_bn.png);
    background-repeat: no-repeat;
    width: 190px;
    height: 108px;
    margin-left: 45px;
    margin-top: 33px;
    padding: 20px 15px 12px 20px;
}

#create_account h2, #create_account_bn h2
{
    font-family: Georgia;
    font-size: 20px;
    color: #000000;
    font-weight: normal;
}

#create_account h3, #create_account_bn h3
{
    font-size: 17px;
    font-weight: normal;
}

#create_account a, #create_account_bn a
{
    color: #007094;
     font-family: Georgia;
     text-decoration: none;
}

#password_reminder_content {
  background: #efefef;
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 25px;
  padding-left: 281px;
  font-family: tahoma;
  font-size: 11px;
  color: #707070;
}

#password_reminder_content h1
{
    font-size: 17px;
    font-weight: normal;
    color: #707070;
    margin-bottom: 10px;
}

#password_reminder_content input
{
    width: 230px;
    height: 13px;
    border: 1px solid #b9d2e8;
    border-top-color: #4c85b3;
    margin: 6px 0;
    font-family: tahoma;
    font-size: 11px;
    color: #707070;
    padding: 3px 8px;
}

#password_reminder_buttons_panel
{
    margin-top: 6px;
    overflow: hidden;
}

.reminder_email_verified
{
    width: 36px;
    height: 14px;
    padding-top: 10px;
    padding-left: 6px;
    float: left;
}

.authorization_reminder_email_error
{
    width: 248px;
    overflow: hidden;
}

.authorization_reminder_email_error_top
{
   background-image: url(/images/reg_remail_error_top_bg.gif);
   background-repeat: no-repeat;
   font-size: 1px;
   height: 7px;
}

.authorization_reminder_email_error_bottom
{
   background-image: url(/images/reg_remail_error_bottom_bg.gif);
   background-repeat: no-repeat;
   font-size: 1px;
   height: 3px;
   margin-bottom: 6px;
}

#remember_password
{
    float: left;
    width: 284px;
    line-height: 10px;
    padding-bottom: 6px;
}

#remember_password input
{
    width: 12px;
    height: 12px;
    border: 0;
    margin: 0;
    padding: 0;
}

#authorization_buttons_panel
{
    overflow: hidden;
    margin-top: 8px;
}
