#mask {
  position:absolute;
  width: 100%!important;
  left:0;
  top:0;
  z-index:9000;
  background-color:#26262c;
  display:none;

}

#boxes .window {
  position:fixed;
  left:0;
  top:0;
  width:750;
  height:750;
  display:none;
  z-index:9999;
  padding:20px;
  border-radius: 5px;
  text-align: center;
}

#boxes #dialog {
  left: 50%!important;
  transform: translate(-50%, 0);
  width:770px; 
  height:770px;
  padding: 10px 10px 10px 10px;
  background-color:#ffffff;
  font-size: 15pt;
}

@media (max-width: 773px) { 
  #boxes .window {
    width:300;
    height:250;
  }

  #boxes #dialog {
    width:320px; 
    height:270px;
  } 
}


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