#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
}

#boxes #dialog {
  width:353px; 
  height:281px;
  padding:10px;
  background-color:#ffffff;
}

#boxes #dialog1 {
  width:353px; 
  height:281px;
}

#dialog1 .d-header {
  background:url('../img/login/login-header.png') no-repeat 0 0 transparent; 
  width:353px; 
  height:128px;
}

#dialog1 .d-header input {
  position:relative;
  top:27px;
  left:43px;
  border:3px solid #cccccc;
  height:22px;
  width:250px;
  font-size:15px;
  padding:5px;
  margin-top:8px;
}

#dialog1 .d-blank {
  float:left;
  background:url('../img/login/login-blank.png') no-repeat 0 0 transparent; 
  width:245px; 
  height:53px;
}

#dialog1 .d-login {
  float:left;
  width:108px; 
  height:53px;
}

