a {color:#333; text-decoration:none}
a:hover {color:#ccc; text-decoration:none}
 
#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  display:none;
}
  
#boxes .window {
  position:absolute;
  left:120px;
  width:600px;
  height:900px;
  display:none;
  z-index:9999;
}
 
#boxes #dialog {
  text-align:center;
  width:600px; 
  height:900px;
  margin-top:550px;
}
 
#boxes #dialog1 {
  width:600px; 
  height:900px;
}
 
#dialog1 .d-header {
  background:url(images/login-header.png) no-repeat 0 0 transparent; 
  width:600px; 
  height:900px;
}
 
#dialog1 .d-header input {
  position:relative;
  border:3px solid #cccccc;
  height:22px;
  width:200px;
  font-size:15px;
  padding:5px;
  margin-top:200px;
}
 
#dialog1 .d-blank {
  float:left;
  background:url(images/login-blank.png) no-repeat 0 0 transparent; 
  width:267px; 
  height:53px;
}
 
#dialog1 .d-login {
  float:left;
  width:108px; 
  height:53px;
}
 
#boxes #dialog2 {
  background:url(images/notice.png) no-repeat 0 0 transparent; 
  width:326px; 
  height:229px;
  padding:50px 0 20px 25px;
}


