#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:1000;
  background-color:#263a4a;
  display:none;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  
  
  display:none;
  z-index:9000;
 padding:25px;
  border-radius: 5px;
  text-align: center;
}
@media (min-width: 320px) and (max-width: 480px) {
  #boxes #dialog {
      width:85%; 
      margin-left: -50px;
      height:auto;
      position:fixed;
     
      font-size: 15pt;
    }
 
  
}

@media (min-width: 1281px) {
  #boxes #dialog {
      width:430px; 
      margin-left: -20px;
      height:auto;
      position:fixed;
     
      font-size: 15pt;
    }

  
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
    #boxes #dialog {
      width:700px; 
      margin-left: -30px;
      height:auto;
      position:fixed;
     
      font-size: 15pt;
    }
  
}






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