#loginbox {
  background-color:#fff;
  border:5px solid #ccc;
  margin:50px auto 0;
  text-align:left;
  width:38em;
}

#logincontent {
  background-color:#eee;
  font-size:1.2em;
  padding:10px 20px;
}

p {
  clear:both;
  margin:10px 0;
}

br {
  display:none;
}

#loginbox h1 {
  background:#fff url(/images/logo_login.gif) 10px no-repeat;
  color:#222;
  font-size:1.8em;
  font-weight:900;
  line-height:2.2em;
  margin:0;
  padding:0 0 0 130px;
}

.flash {
  font-size:1.1em;
  font-weight:900;
  text-align:left;
}

label {
  float:left;
  width:5.5em;
}

#rememberme label {
  float:none;
  width:7em;
}

#forget {
  font-size:1em;
  text-align:right;
}

#login,#password {
  width:330px;
}

#submit {
  font-size:1em;
  font-weight:900;
  padding:0 10px;
}