#mask {
  width: 100%;
  heigth: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  background-color: rgba(0,0,0,0.5);
  display: none;
}

#boxes .window {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 500px;
  max-height: 500px;
  height: 320px;
  display: none;
  z-index: 9998;
  padding: 0px;
  border-radius: 0px;
  text-align: center;
  bottom: 0px;
}

#boxes #dialog {
  max-width: 500px;
  max-height: 500px;
  padding: 0px;
  background-color: #ffffff;
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 15pt;
  bottom: 0px;
}

#popupfoot {
  font-size: 18pt;
  position: absolute;
  right: 10px;
  top: 10px;
  color: rgba(,0,0,1);
  font-weight: bold;
  z-index: 9999;
}