#login {
  text-align: center;
  background: #dfe0e5 url(../images/login-page-bg.jpg) repeat 0 0;
}
#login #wrapper {
  width: 500px;
  margin: 50px auto;
  background: #fff url(../images/login-bg.jpg) repeat-y;
  text-align: left;
}
#login #wrapper2 {
  background: url(../images/login-bottom.jpg) no-repeat bottom;
  padding: 0 25px 30px 25px;
}
#login h1 {
  background: url(../images/login-top.jpg) no-repeat top;
  padding: 30px 25px 20px 25px;
  color: #20265A;
  margin: 0 0 10px 0;
  font-size: 160%;
}
#login form {
  position: relative;
  float: left;
  width: 250px;
  text-align: left;
  border-right: 1px solid #e3e3e3;
  padding-right: 25px;
}
#loginSubmit {
  margin: 10px  0;
  display: block;
  font-size: 1.3em;
  text-align: center;
  padding: 5px;
  font-weight: bold;
}
label {
  font-weight: bold;
  font-size: 1.1em;
  display: block;
  margin: 5px 0;
}
label.inline {
  font-weight: normal;
  font-size: 1em;
  display: inline;
  margin: 0;
}
div.alternate {
  width: 150px;
  float: right;
  border: 1px solid #e3e3e3;
  background-color: #f6f6f6;
  padding: 4px;
  text-align: left;
  margin-top: 20px;
}
