* {
  margin: 0;
  padding: 0;
  outline: 0;
}

html {
  overflow-y: scroll;
}

body {
  background-color: #fff;
  font: 12px/135% "Trebuchet MS", sans-serif;
  color: #232323;
  cursor: default;
}

input {
  font: 12px/135% "Trebuchet MS", sans-serif;
}

#login {
  background: #fff url(/images/account/bg.jpg) center top no-repeat;
  color: #fff;
  margin: 5em auto 1em;
  padding: 62px 0 0;
  width: 381px;
}

#login h1 {}

#login h1 a {
  background: transparent url(/images/account/logo.jpg) left top no-repeat;
  display: block;
  height: 60px;
  margin: 0 auto;
  text-indent: -9999px;
  width: 235px;
}

#login h1 a:hover {
  background-position: 0 -60px;
}

#login form {
  background: transparent url(/images/account/bg_bottom.jpg) center bottom no-repeat;
  padding: 30px 30px 40px;
}

#login form .form-item {
  line-height: 140%;
  margin-top: 12px;
}

#login form .form-item label {
  display: block;
  font-size: 13px;
  margin-bottom: 3px;
}

#login form .form-item input {
  border: 1px solid #b2b2b2;
  color: #333;
  font-size: 1.8em;
  padding: 4px;
  width: 97%;
}

#login form .form-buttons {
  margin-top: 24px;
  text-align: right;
}

#login form .form-messages {
  color: #ff9900;
  margin-top: 12px;
  text-align: center;
}

#login_options {
  color: #354e0d;
  line-height: 1.5;
  list-style: none;
  margin: 0 auto;
  width: 323px;
}

#login_options a {
  color: #354e0d;
  text-decoration: none;
}

#login_options a:hover {
  text-decoration: underline;
}
