@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: 500px;

  height: 500px;

  display: none;

  z-index: 9999;

  padding: 20px;

  border-radius: 15px;

  text-align: center;

}

 

#boxes #dialog {

  width: 550px;

  height: 510px;

  padding: 10px;

  background-color: #ffffff;

  font-family: 'Segoe UI Light', sans-serif;

  font-size: 15pt;

}

 

#popupfoot {

  font-size: 16pt;

  position: absolute;

  bottom: 10px;

  width: 450px;

  left: 100px;

}

