#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#26262c;
  display:none;
}  
#boxes .window {
  position:fixed;
 
  top:10px!important;
  width:60%!important;
  height:50%;
  display:none;
  z-index:9999;
  padding:20px;
  border-radius: 5px;
  text-align: center;
}
#boxes #dialog {
  width:auto; 
  height:auto;
  padding: 25px 10px 10px 0px;
  background-color:#ffffff;
  font-size: 15pt;
}

