#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#fff;
  display:none;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:99990000000000000000000;
  padding:20px;
  border-radius: 5px;
  text-align: center;	
	color: #fff!important;

}
#boxes #dialog {
  width:450px; 
  height:auto;
  padding:25px;
  background-color:#009cb2;
  font-size: 12px;
	color: #fff!important;
}

.maintext{
    text-align: center;
  text-decoration: none;
	font-size: 12px!important;
}

#lorem{

	font-size: 12px;
  text-align: left;
}

#popupfoot{
	font-size: 12px!important;
  padding: 10px 20px;
}
#popupfoot a{
	text-decoration: none!important;
}
.agree:hover{
  background-color: #fff!important;
}
.popupoption:hover{

}
.popupoption2:hover{
	
	color: red;
}