#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  /* Fallback for web browsers that doesn't support RGBa */
background: rgb(0, 0, 0) transparent;
/* RGBa with 0.8 opacity */
background: rgba(0, 0, 0, 0.8);
/* For IE 5.5 - 7*/
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
/* For IE 8*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000)";
  display:none;
}  
#boxes .window {
  position: absolute;
  left:center;
  top:100px;
  width:700px;
  height:800px;
  display:none;
  z-index:9999;
  padding:10px;
  border-radius: 15px;
  text-align: left;
}
#boxes #dialog {
  width:600px; 
  height:800px;
  padding:30px;
  background-color:#ffffff;
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 10pt;
}
.maintext{
	text-align: center;
  font-family: "Segoe UI", sans-serif;
  text-decoration: none;
}
body{
  background: url('bg.jpg')no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#lorem{
	font-family: "Segoe UI", sans-serif;
	font-size: 10pt;
  text-align: left;
 }
#popupfoot{
	font-family: "Segoe UI", sans-serif;
	font-size: 12pt;
  padding: 10px 30px;
}
#popupfoot a{
	text-decoration: none;
}
.agree:hover{
  background-color: #D1D1D1;
}
.popupoption:hover{
	background-color:#D1D1D1;
	color: green;
}
.popupoption2:hover{
	
	color: red;
}