#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000000;
  display:none;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:10 !important;
  width:440px;
  height:auto;
  display:none;
  z-index:9999;
  padding:20px;
  border-radius: 5px;
  text-align: center;
}
#boxes #dialog {
    width: 1118px;
    height: auto;
    top: 120px !important;
    padding: 5px;
    background-color:#ffffff;
    
    font-size: 15pt;
}
.popupClose {
    background-color: #fff !important;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 25px;
    line-height: 30px;
    width: 33px;
    height: 33px;
    text-align: center;
}
.close {
  
     opacity: 1.0 !important; 
}
.maintext{
	text-align: center;
  font-family: "Segoe UI", sans-serif;
  text-decoration: none;
}
 
#lorem{
	font-family: "Segoe UI", sans-serif;
	font-size: 12pt;
  text-align: left;
}
#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;
}


@media only screen and (max-width: 500px) {
    #boxes #dialog {
  width:320px; 
  height:auto;
      margin-left: -5px;
    padding: 2px;
  margin-bottom:50px;
  background-color:#ffffff;
 
  font-size: 15pt;
}
}