#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#26262c;
  display:none;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:600px;
  height:850px;
  display:none;
  z-index:9999;
  padding:20px;
  border-radius: 5px;
  text-align: center;
}
#boxes #dialog {
  width:580px; 
  height:auto;
  padding: 30px 30px 30px 30px;
  background-color:#ffffff;
  font-size: 15pt;
}

.agree:hover{
  background-color: #D1D1D1;
}
.popupoption:hover{
 background-color:#D1D1D1;
 color: green;
}
.popupoption2:hover{
 color: red;
}


div#boxes h1 {
    color: red;
}
div#boxes h2 {
  font-size: 19px;
  color: rgb(0,112,192);
  font-weight: 600;
}
div#boxes h3 {
    font-size: 18px;
    color: rgb(0,112,192);
    font-weight: 600;
}
div#boxes p {
    margin-bottom: 0px;
    font-size: 18px;
    color: rgb(0,112,192);
}
div#boxes p a{
  font-size: 18px;
  color: rgb(0,112,192);
}