#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:375px;
  height:203px;
  padding:10px;
  background-color:#ffffff;
}

#boxes #dialog1 {
  width:514px;
  height:285px;
}

#dialog1 .d-header {
  background:url(images/window-modal-img.gif) no-repeat 0 0 transparent;
  width:514px;
  height:285px;
}

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

#boxes #dialog2 {
  width:514px;
  height:375px;
}

#dialog2 .d-header {
  background:url(images/window-modal-img.gif) no-repeat 0 0 transparent;
  width:514px;
  height:375px;
}

#dialog2 .d-login {
  float:left;
  width:108px;
  height:53px;
}
.x_close {
 height:30px;
 width:30px;
 display:inline;
 margin:0 0 0 485px;
 float:left;
 overflow:hidden;
}
