#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}  
#boxes .window {
  position:absolute;
  left:12%;
  top:50px !important;
  width:75%;
  height:auto;
  display:none;
  z-index:9999;
  padding:20px;
  border-radius: 15px;
  text-align: center;
}
#boxes #dialog {
  width:70%;
  height:auto;
  padding:10px;
  background-color:#ffffff;
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 15pt;
}
#boxes #dialog img {
	width:98%;
	float:left;
	height:auto;
	overflow:hidden;
	margin:1%;
	padding:1%;
	border:#002e5b 1px dashed;
}
.maintext{
	text-align: center;
  font-family: "Segoe UI", sans-serif;
  text-decoration: none;
}
/*body{
  background: url('bg.jpg');
}*/
#lorem{
	font-family: "Segoe UI", sans-serif;
	font-size: 12pt;
  text-align: left;
}
#popupfoot{
	font-family: "Segoe UI", sans-serif;
	font-size: 16pt;
  	padding: 10px;
}
#popupfoot a{
	text-decoration: none;
}
.agree:hover{
	color:#00F;
}
.popupoption:hover{
	background-color:#D1D1D1;
	color: green;
}
.popupoption2:hover{
	
	color: red;
}
@media screen and (max-width: 800px) {
	#boxes .window {
	  left:7% !important;
	  top:50px !important;
	  width:86% !important;
	}
}
@media screen and (max-width: 600px) {
	#boxes .window {
	  left:2% !important;
	  top:20px !important;
	  width:96% !important;
	}
}