#mask {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9000;
	background-color: #2E2E2E;
	display: none;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:60%;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
  border-radius: 15px;
  text-align: center;
  max-width:640px;
}
#boxes #dialog {
  width:40%; 
  height:auto;
  padding:10px;
  background-color:#ffd111;
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 15pt;
  max-width:90%;
}
@media(max-width:480px) {
    #boxes #dialog {
        width: 90%;
        font-size: 12pt;
    }
}


#boxes #dialog h1 {
 color:#E6007E; 
 font-size:32px;
 font-weight: bold;
     font-family: 'Work Sans', sans-serif;
}

#boxes #dialog a {
    color:#E6007E;
    font-size: 24px;
     font-weight: bold;
     font-family: 'Work Sans', sans-serif;
}

.maintext{
	text-align: center;
  font-family: "Segoe UI", sans-serif;
  text-decoration: none;
}
body{

}
#lorem{
	font-family: "Segoe UI", sans-serif;
	font-size: 12pt;
  text-align: left;
}
#popupfoot{
	font-family: "Segoe UI", sans-serif;
	font-size: 14pt;
	padding: 10px 20px;
	text-align: right;
	margin-right: 20px;

}
#popupfoot a{
	text-decoration: none;	
	
}
.agree {
	padding:7px;
	color: #373737;
}
.agree img{ 

  margin-top:20px;
  margin-left:10px;
  position:relative;
  top:5px;
  
}
.agree:hover{
	background-color: #048012;
	border-radius: 5px;
	color: #ffffff;
}
.popupoption:hover{
	background-color: #1E9E3D;
	color: #FFFFFF;
}
.popupoption2:hover{
	
	color: red;
}
