#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:640px;
  height:480px;
  display:none;
  z-index:9999;
  padding:20px;
  border-radius: 15px;
  text-align: center;
}
#boxes #dialog {
  width:900px; 
  height:auto;
  padding:10px;
  background-color:#ffffff;
  font-family: 'Play', sans-serif;
  font-size: 12pt;
}
.maintext{
  text-align: center;
  font-family: 'Play', sans-serif;
  text-decoration: none;
}
body{
  background: url('../images/bg.html');
}
#lorem{
	font-family: "Segoe UI", sans-serif;
	font-size: 10.5pt;
	line-height: 15pt;
	text-align: justify;
}
#popupfoot{
	font-family: 'Play', sans-serif;
	font-size: 14pt;
  	padding: 0px 10px;
	background-color: #F9B200;
	float:left;
	margin-left: 400px;
}
#popupfoot a{
	text-decoration: none;
}
.agree{
	background-color: #FF9600;
	color: #00000;
	opacity: 1;
}
.agree:hover{
  background-color: #00000;
  color: #000;
  opacity: 1;
}
.popupoption:hover{
	background-color:#D1D1D1;
	color: green;
}
.popupoption2:hover{
	
	color: red;
}