#mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  /* background-color: #000; */
  background:rgba(0,0,0,0.3);
  display: none;
}

#boxes .window {
  position: fixed;
  left: 0;
  top: 0;
  width: 440px;
  height: 200px;
  display: none;
  z-index: 9999;
  padding: 20px;
  border-radius: 15px;
  text-align: center;
}

#boxes #dialog {
  width: 550px;
  height: 200px;
  padding: 10px;
  background-color: #ffffff;
  font-family: Verdana, sans-serif;
  font-size: 15pt;
  font-weight: bold;
}

#boxes #ooppopup  {
  width: 550px;
  height: 250px;
  padding: 10px;
  background-color: #ffffff;
  font-family: Verdana, sans-serif;
  font-size: 15pt;
  font-weight: bold;
}


#popupfootleft {
  font-size: 16pt;
  position: absolute;
  bottom: 20px;
  width: 250px;
  left: 0px;
}

#popupfootright {
  font-size: 16pt;
  position: absolute;
  bottom: 20px;
  width: 250px;
  left: 330px;
}

.abtn {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  text-shadow: 1px 1px 3px #ffffff;
  font-family: Arial;
  color: #000000;
  font-size: 14px;
  background: #CDFFAA;
  padding: 10px 10px 10px 10px;
  border: solid #999999 1px;
  text-decoration: none;
}

.abtn:hover {
  background: #ff0000;
  text-decoration: none;
  color: #FFFFFF;
  text-shadow: 1px 1px 3px #000000;
}
