#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}  
#boxes .window {
	position:absolute;
	left:0;
	top:0;
	width:400px;
	height:200px;
	display:none;
	z-index:9999;
	padding:20px;
	border-radius: 15px;
	text-align: center;
}
.close{
	top: 9px !important;
    right: 14px !important;
    position: absolute !important;
    font-size: 25px !important;
    opacity: 1 !important;
}
@media only screen and (max-width:3000px){
#boxes #dialog {
  width:1024px; 
  height:auto;
  max-width:90%;
  padding:10px;
  background-color:#ffffff;
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 15pt;
  margin:2% auto 0 auto;
}
}

@media only screen and (max-width:1390px){
#boxes #dialog {
  width:800px; 
  height:auto;
  max-width:90%;
  padding:10px;
  background-color:#ffffff;
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 15pt;
  margin:6% auto 0 auto;
}
}


@media only screen and (max-width:600px){
#boxes #dialog {
  width:800px; 
  height:auto;
  max-width:80%;
  padding:10px;
  background-color:#ffffff;
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 15pt;
  margin:9% auto 0 auto;
}
}




.n_a{
	padding:1% 0% 5% 0% 0%;
	font-size:24px;
	font-weight:bold;
}
.aaa{
	font-size:16px !important;
	font-weight:bold !important;
}
.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;
}
#popupfoot a{
	text-decoration: none;
}
.agree:hover{
  background-color: #D1D1D1;
}
.popupoption:hover{
	background-color:#D1D1D1;
	color: green;
}
.popupoption2:hover{
	
	color: red;
}
