#mask {
  position:absolute;
  left:0;
  top:0;
	z-index: -999999;
  display:none;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
	height: 200px;
  display:none;
  z-index:9999;
  padding:20px;
  border-radius: 0px;
  text-align: center;
}
#boxes #dialog {
  width:220px; 
  padding:10px;
  background-color:#ffffff;

	left: 0px !important;
	top:250;
	 box-shadow: 1px 1px 3px 1px #ccc;
}
.maintext{
	text-align: center;
 
  text-decoration: none;
}
body{
  background: url('bg.jpg');
}
#lorem{
	
	
  text-align: left;
}
#popupfoot{
	   
    padding: 10px 20px;
    position: absolute;
    top: 0;
    right: -19px;
}
#popupfoot a{
	text-decoration: none;
    font-weight: bold;
    top: 5px;
    right: 27px !important;
    position: absolute;
    font-size: 18px;
	color: #333;		
}
.agree:hover{
  background-color: #D1D1D1;
}
.popupoption:hover{
	background-color:#D1D1D1;
	color: green;
}
.popupoption2:hover{
	
	color: red;
}