#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:800px;
  height:500px;
  display:none;
  z-index:9999;
  padding:50px;
 
  text-align: center;
}
#boxes #dialog {
  width:70%; 
  height:360px;
  padding:10px;
  background-color:#ffffff;
 
  font-size: 15pt;
  overflow-y:scroll;
}
.maintext{
	text-align: center;
 
  text-decoration: none;
}
 
#lorem{
 	color: #1E252F;
    font-size: 16px;
    line-height: 30px;
  text-align: left;
  padding:12px;
}
#popupfoot{
 
	font-size: 16pt;
  padding: 0px 20px 10px 20px;
}
#popupfoot a{
	text-decoration: none;
	font-weight:600;
}
.agree:hover{
  background-color: transparent;
}
.popupoption:hover{
	background-color:#D1D1D1;
	color: green;
}
.popupoption2:hover{
	
	color: red;
}