#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
  border-radius: 15px;
  text-align: center;
}
#boxes #dialog {
  width:580px; 
  height:310px;
  padding:10px;
  background-color:#ffffff;
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 15pt;
}
.maintext{
	text-align: center;
  font-family: "Segoe UI", sans-serif;
  text-decoration: none;
}
body{
  /*background: url('bg.jpg');*/
}
#lorem{
	font-family: 'Roboto', sans-serif;
color: #383b42;
font-size: 16px;
text-align: center;
padding: 0px 0px 0px 23px;
width: 96%;
line-height: 22px;
}
#popupfoot{
	font-family: "Segoe UI", sans-serif;
	font-size: 16pt;
 padding: 10px 313px;
}
#popupfoot a{
	text-decoration: none;
}
.agree:hover{
  background-color: #fff;
}
.popupoption:hover{
	background-color:#D1D1D1;
	color: green;
}
.popupoption2:hover{
	
	color: red;
}

/*****************************************/

@media all and (max-width : 330px) {

#lorem{
	font-family: 'Roboto', sans-serif;
color: #383b42;
font-size: 15px;
text-align: center;
width: 68%;
    margin-left: 60px;

/*padding: 0px 0px 0px 23px;
width: 96%;*/
line-height: 22px;

}
}
@media all and (max-width : 440px) {
#boxes #dialog {
  width:580px; 
  height:360px;
  padding:10px;
  background-color:#ffffff;
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 15pt;
}

#lorem{
	font-family: 'Roboto', sans-serif;
color: #383b42;
font-size: 15px;
text-align: center;
padding: 0px 0px 0px 122px;

width: 75%;
line-height: 22px;

}
}