#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#009bdc;
  display:none;
}
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:500px;
  height:auto;
  display:none;
  z-index:9999;
  padding:5px;
  border-radius: 5px;
  text-align: center;
}
#boxes #dialog {
  width:407px;
  height:auto;
  padding: 1px 1px 1px 1px;
  background-color:#009bdc;
  font-size: 15pt;
}

.agree:hover{
  background-color: #D1D1D1;
}
.popupoption:hover{
 background-color:#D1D1D1;
 color: green;
}
.popupoption2:hover{
 color: red;
}
.responsive {
  max-width: 95%;
  height: auto;
}
