#mask {
  position:fixed;
  left:0;
  top:0;
  z-index:9000;
  background-color:rgba(0, 0, 0, 0.80); 
  display:none;
}  
#boxes .window {
  position:fixed;
  left:0;
  top:0;
 
  
  display:none;	
  z-index:9999;
  padding:20px;
  border-radius:0px;
  text-align: center;
}
#boxes #dialog {
  
  height:auto; width:45%; top:15px !important;
  padding:10px; 
  background-color:#fff;
   border:solid 6px #fff; margin:0 auto; left:0 !important; right:0 !important;
 
  font-size: 15pt;
}
.maintext{
	text-align: center;
 
  text-decoration: none;
}
 
 
#lorem{
 
}


#lorem img{ width:100%; height:auto;
 
}

#popupfoot{ position:absolute; top:0; right:0; z-index:99;
 

}
#popupfoot a{
	text-decoration: none;
}
 
 
 @media(max-width:767px) {
	 
#boxes #dialog{ width:96%} 
	 
	 
	 }
 