#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#fff;
  display:none;
   opacity: .8;
   filter: alpha(opacity=100); 
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:100%;
  display:none;
  z-index:9999;
  padding:20px;
  border-radius: 15px;
  text-align: center;
}
#boxes #dialog {
  width:450px; 
  height:auto;
  padding:10px;
  background-color:#ffffff;
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 15pt;
 
}


#lorem{
	font-family: "Segoe UI", sans-serif;
	font-size: 12pt;
  text-align: left;
}

#lorem a{
    
    text-decoration: none;
    color: #414141;


}

#lorem a:hover{
    
    text-decoration: underline;
    color: #FFF;


}



#popupfoot{
	font-family: "Segoe UI", sans-serif;
	font-size: 16pt;
  padding: 10px 20px;
}
#popupfoot a{
	text-decoration: none;
}
.agree:hover{
  background-color: #D1D1D1;
}
.popupoption:hover{
	background-color:#D1D1D1;
	color: green;
}
.popupoption2:hover{
	
	color: red;
}


.button{
 background-color: #00ae04; width: 120px; height: 45px; border-radius: 15px;
 display: inline;



}

.button a{

 text-decoration: none;
 font-size: 15px;
 display: inline;


}

.button a:hover{

background-color: #000;


}


.buttonred{

border-radius: 15px; background-color: #ff0018; width: 120px; height: 45px;
text-align: center;
display: inline;


}


.buttonred a{

 

display: inline;

}

