#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:75%;
  height:300px;
  display:none;
  z-index:9999;
  padding:20px;
  border-radius: 15px;
  text-align: center;
}
#boxes #dialog {
  width 600px; 
  height:auto;
      border: 4px solid #474747;

  padding:10px;
  background-color:#ffffff;
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 12pt;
}
.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: 12pt;
  padding: 5px 5px;
}
#popupfoot a{
	text-decoration: none;
}
.agree:hover{
 }
.popupoption:hover{
 	color: green;text-align:center;font-size: 12pt;
}
.popupoption2:hover{
	
	color: red;text-align:center;font-size: 12pt;
}