.login-form {
  width:223px;
  margin:80px 0 0 140px;
  float:left;
}

.login,.login-top,.login-bottom {
  width:223px;
  height:12px;
  background:url(../images/login.bg.png) repeat-y top left;
}
.login-top {background:url(../images/login.top.bg.png) no-repeat top left;}
.login-bottom {background:url(../images/login.bottom.bg.png) no-repeat top left;}

.login {
  width:171px;
  height:auto;
  padding:12px 26px 0;
}

input {
  clear:both;
  display:block;
}

input.submit {
  width:80px;
  margin:6px 4px 0 0;
  float:right;
}

label {
  padding-bottom:12px;
  font-weight:bold;
  clear:both;
  display:block;
}
