#mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  background-color: #1d130a;
  display: none;
}

#boxes .window {
  position: absolute;
  left: 0;
  top: 0;
  width: 840px;
  height: 450px;
  display: none;
  z-index: 9999;
  padding: 20px;
  border-radius: 15px;
 
}

#boxes #dialog {
  width: 850px;
  height: 450px;
  padding: 10px;
  background-color: #ffffff;
  font-family: 'Lato', sans-serif;
  font-size: 15pt;
  border: 10px solid #bb9338;
  
}

#popupfoot {
  font-size: 16pt;
  bottom: 0px;
  text-transform: uppercase;
  text-align:center;
  padding:20px;
}
.close {
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:700;
color:red;
text-align:left;
float:inherit;
opacity:1;
}
.agree {
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:700;
color:black;
text-align:left;
float:inherit;

}