#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#26262c;
  display:none;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;   
  display:none;
  z-index:9999;
  padding:20px;
  border-radius: 5px;
  text-align: center;
}
#boxes #dialog {
  width:50%; 
  height:auto;
  padding: 10px 10px 10px 10px;
  background-color:  #555 ;
  font-size: 15pt;
}



@media only screen and  (min-width: 768px) {
    .window {
	  width:90%; 
  }
}
@media only screen and  (min-width: 992px) {
  .window {
	  width:75%; 
  }
}

@media only screen and  (min-width: 1200px) {
   .window {
	  width:50%;   
  }
} 



.agree{ 
  float: none !important;
}

.agree:hover{
  background-color: #D1D1D1;
  float: none !important;
}
.popupoption:hover{
	background-color:#D1D1D1;
	color: green;
}
.popupoption2:hover{
	color: red;
}