#mask {
  position: fixed;
  left:0;
  top:0;
  z-index:9000;
  background:url(overlay.png);
  display:none;
}  
#boxes .window {
  position:absolute;
  left:15%;
  top:0;
  width:40%;
  height:auto;
  display:none;
  z-index:9999;
  padding:20px;
  border-radius: 15px;
  text-align: center;
}
#boxes #dialog {
  width:800px; 
  height:auto;
  padding:0px;
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 15pt;
  position: fixed;
}
#boxes #dialog img
{
width:100%;
}
.maintext{
	text-align: center;
  font-family: "Segoe UI", sans-serif;
  text-decoration: none;
}

#lorem{
	font-family: "Segoe UI", sans-serif;
	font-size: 12pt;
  text-align: left;
}
#popupfoot{
	font-family: "Segoe UI", sans-serif;
	font-size: 16pt;
	float:right;
  padding: 10px 00px 5px 0px;
}
#popupfoot a{
	text-decoration: none;
}

.popupoption:hover{
	background-color:#D1D1D1;
	color: green;
}
.popupoption2:hover{
	
	color: red;
}
.close
{
	opacity:1;
}
.close:hover
{
	opacity:1;
}
@media screen and (max-width: 850px) {
#boxes #dialog {
  width:90%;
  }
  #boxes .window
  {
  left:5%;
  }
  }