@charset "utf-8";
/* CSS Document */

#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;
  margin-right:-60px;
}

#boxes #dialog2 {
  background:url(images/modal-bg.png) no-repeat 0 0 transparent; 
  width:750px; 
  height:475px;
}

#boxes #dialog3 {
  background:url(images/modal-bg.png) no-repeat 0 0 transparent; 
  width:750px; 
  height:475px;
}

#boxes #dialog4 {
  background:url(images/modal-bg.png) no-repeat 0 0 transparent; 
  width:750px; 
  height:475px;
}
