#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#26262c;
  display:none;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:800px;
  display:none;
  z-index:9999;
  padding:20px;
  border-radius: 5px;
  text-align: center;
}
#boxes #dialog {
  width:800px; 
  height:auto;
  /*padding: 10px 10px 10px 10px;*/
  /*background-color:#f60;*/
  font-size: 15pt;
}

.agree:hover{
}
.popupoption:hover{
	color: green;
}
.popupoption2:hover{
	color: red;
}

.close { float:right; margin-right:-15px; margin-top:0px; width:30px; }

@media only screen and (max-width: 600px) {

#boxes .img-box img { width:45%; margin-left:-40px; }
.close {
   float:left; margin-left:510px; margin-top:0px; width:30px; }

}