body {
  font: 80% Verdana;
  color: #fff;
  background: url(img/login.gif);
}
.user {
	position: absolute; 
	top: 50%;
	left: 50%; 
	margin-top: -125px; 
	margin-left: -200px; 
	width: 400px;
	height: 250px;
	background: #333333;
	-moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.forgot_password {
	margin-top: -75px; 
	margin-left: -200px; 
	width: 400px;
	height: 150px;
}
.user div {
  padding: 10px;
}
label {
  display: block;
  margin: 0 0 5px 0;
}
input {
  width: 98%;
  height: 20px;
}
.checkbox {
  width: 130px;
  float: left;
}
.checkbox input {
  width: 10px;
}
.checkbox label {
  display: inline;
  margin: 0 0 0 5px;
}
.submit {
  width: 200px;
  float: right;
}
.submit input {
  background: #fff;
  border: none;
  font-size: 110%;
  margin: 10px 0 0 0;
}

#messages p {
  width: 30%;
  height: auto;
  clear: both;
  padding: 0;
	background: #333;
	margin: 20px auto 0;
	padding: 5px;
	text-align: center;
}
a {
  display: block;
  color: #fff;
  position: absolute;
  left: 10px;
  bottom: 10px;
}
a:hover {
  text-decoration: none;
}
