#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:99999;
  background-color:#000;
  display:none;
  width:100%!important;
  /*height:100%!important;*/
}  
#boxes .window {
  position:fixed;
  left:0;
  top:0;
  /*width:440px;
  height:200px;*/
  display:none;
  z-index:9999;
  padding:20px;
  border-radius:0px;
  text-align: center;
  right:0;
  bottom:0;
  margin:auto;
}
#boxes #dialog {
  width:700px; 
  height:400px;
  padding:10px;
  /*background-color:#ffffff;*/
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 15pt;
  margin:0px auto;
  left:0px!important;
  background:url(adds2.jpg) no-repeat;
  z-index:999999;
  
  
  
}
.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 {
  background: #cc0000 none repeat scroll 0 0;
  float: right;
  font-family: "Segoe UI",sans-serif;
  font-size: 16pt;
  padding: 0 10px;
  text-align: center;
  margin-right: 21px;
  display:block!important;
}
#popupfoot a{
	text-decoration: none;
	color:#FFFFFF;
	display:block!important;
}
.agree:hover{
  display:block!important;
}
.popupoption:hover{
	color: green;
}
.popupoption2:hover{
	
	color: red;
}