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

#boxes #dialog1 {
  width:345px; 
  height:112px;
  background:url(../images/bg-emailblast.jpg) no-repeat ;
}

#boxes #dialog2 {
  width:360px; 
  height:500px;
  background-color:#121212;
  border:5px solid #333
}


