body {
  background-color: #000;
  font-family: verdana;
  font-size: 10px;
  color: #fff;
  overflow:hidden;
}

.modal_center {
  position: absolute;
  width: 1px;
  height: 1px;
  left: 50%;
  top: 50%;
}

.login_bg {
  background: url('../img/milky_way.jpg') repeat-x top center;
  position: absolute;
  width: 2000px;
  height: 500px;
  left: -1000px;
  top: -250px;
}

.modal_login {
  background: url('../img/modal-login.png') no-repeat top left;
  position: absolute;
  width: 370px;
  height: 171px;
  left: -185px;
  top: -85px;
  z-index: 3001;
}

.welcome_text {
  position: absolute;
  width: 150px;
  left: 40px;
  top: 40px;
  text-align: left;
  color: #fff;
}

.login {
  position: absolute;
  width: 150px;
  left: 200px;
  top: 40px;
  color: #fff;
}

input {
  background: #000;
  color: #fff;
  text-indent: 2px;
  font-size: 10px;
  letter-spacing: 0px;
  border: 1px dotted #ddd;
}