#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  display:none;
  z-index:9999;
}
 
#boxes, #dialog1, #dialog2, #dialog3 {
  width:840px; 
  height:500px;
  text-align:center;
  color:#FFFF33;
}
 
#dialog1 #dialog2 #dialog3 .d-header {
  background:url(login-header.png) no-repeat 0 0 transparent; 
  width:375px; 
  height:150px;
}
 
#dialog1 #dialog2 #dialog3 .d-header input {
  position:relative;
  top:60px;
  left:100px;
  border:3px solid #cccccc;
  height:22px;
  width:200px;
  font-size:15px;
  padding:5px;
  margin-top:4px;
}
 
#dialog1 #dialog2 #dialog3 .d-blank {
  float:left;
  background:url(login-blank.png) no-repeat 0 0 transparent; 
  width:267px; 
  height:53px;
}
 
#dialog1 #dialog2 #dialog3 .d-login {
  float:left;
  width:108px; 
  height:53px;
}
 
#boxes #dialog1 #dialog2 #dialog3 {
  background:url(notice.png) no-repeat 0 0 transparent; 
  width:326px; 
  height:229px;
  padding:50px 0 20px 25px;
}
.close{display:block; text-align:left; float:right; margin-right:20px;}