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

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

.modal22 {top: 5%; left: 31%; display: none;}
@media (max-width: 767px) {
	#boxes #dialog {top: 5%; left: 9%; width:84%;}
	.modal22 {top: 5%; left: 5%; display: none;}
	}