#navbar,#login-frame {
  width: 800px;
}

#login-frame {
  margin: auto;
  height: 552px;
  /* background is in customer-specific file */
}

#login-form {
  width: 305px;
  height: 175px;
  position: relative;
  left: 40px;
  top: 140px;
}

label {
  font-size: .8em;
  font-weight: bold;
  color: white;
}

label {
  text-align: right;
}

input {
  width: 175px;
}

td {
  padding-left: 10px;
  padding-bottom: 5px;
}

.login-error {
  color: red;
  background-color: transparent;
  font-size: 0.8em;
  font-weight: bold;
  margin-bottom: 5px;
}

.submit, .submit:hover, .submit:active {
  width: 146px;
  height: 26px;
  border: none;
}

.submit {
  background: #92928e url(../img/login_button.gif) center no-repeat;
}

.submit:hover, .submit:active {
  background: #92928e url(../img/login_button_hl.gif) center no-repeat;
}

