#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#CCC;
  display:none;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
  border-radius:21px 21px 0 0;
  text-align: center;
  box-shadow:0px 0px 25px #000;
}
#boxes #dialog {
  width:600px; 
  height:auto;
  padding:0px;
  background-color:#001533;
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 15px;
}
.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;
  padding:10px 20px 30px 20px;
}
#popupfoot{
	font-family: "Segoe UI", sans-serif;
	font-size: 16pt;
  padding: 10px 20px;
  text-align:center;
}
#popupfoot a{
	text-decoration: none;
	color:#000;
	opacity:0.9;
}
.agree:hover{
	color:#000;
}
.popupoption:hover{
	background-color:#D1D1D1;
	color: green;
}
.popupoption2:hover{
	
	color: red;
}
.window h2 {
	margin:0;
	padding:15px 0;
	background:#d33f46;
	color:#fff;
	}
#lorem p {
	font-size:19px;
	color:#fff;
	}	
	
.bbbbbb {
	margin-bottom:35px;
	}	
	
	
@media only screen and (max-width:767px) 
{
	#boxes #dialog {
  width:90%; 
  height:auto;
  padding:0px;
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 15pt;
}
}
	
	
	
	
	
	
	