body {
  background: #4471af url(/images/bodybg.gif) top repeat-x;
  text-align: left;
}

#loginbox {
  background: url(/images/login/boxbg.png) top repeat-x;
  background-size: 100% 100%;
  border-left: 1px solid #4c6191;
  border-right: 1px solid #345388;
}

#loginbox #logo {
  padding-top: 45px;
  padding-bottom: 35px;
  text-align: center;
  border-top: 1px solid #8995b1;
}

#loginbox #frontend {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  padding-left: 50px;
}

#loginbox .login {
  font-size: 17px;
  color: #fff;
  padding-left: 50px;
  padding-top: 20px;
}

#loginbox TD#autologin TD,
#loginbox TD#passwordforgotten A {
  color: #fff;
  font-size: 12px;
}

#loginbox TD.error {
  text-align: center;
  background-color: #fffff9;
  padding: 10px;
}

#loginbox TD.help {
  border-bottom: 1px solid #38476b;
  font-size: 12px;
  color: #fff;
  padding-bottom: 15px;
}

#loginbox TD.error .sfred {
  font-size: 12px;
}

#loginbox DIV.helpbutton {
  border: 1px solid #465e87;
  width: 77px;
}

#loginbox A.helpbutton {
  display: block;
  width: 77px;
  height: 16px;
  text-decoration: none;
  border-top: 1px solid #d0d4d9;
  border-bottom: 1px solid #6989ab;
  text-align: center;
  font-size: 11px;
  padding-top: 2px;
  background-color: #91aad1;
  color: #ecebe9;
  font-weight: bold;
}

#loginbox A.helpbutton:hover {
  color: #fbfcfd;
  border-top: 1px solid #d0d4d9;
  border-bottom: 1px solid #436d97;
  background-color: #7694c4;
}

#loginbutton {
  border: none;
  width: 108px;
  height: 40px;
  background: url(/images/login/login.png) no-repeat;
  cursor: pointer;
}

#loginbutton:active {
  background: url(/images/login/login_onclick.png) no-repeat;
}
