#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:50%; 
  height:auto;
  padding:10px;
  background-color:#000000;
  /*font-family: 'Segoe UI Light', sans-serif;*/
  font-size: 22px;
  color:#0b6fa5;
      border: 3px #656363 solid
}
#dialog {top:200px; left:25%; display: none;}

.maintext{
	text-align: center;
  font-family: "Segoe UI", sans-serif;
  text-decoration: none;
}
/*body{
  background: url('bg.jpg');
}*/
#lorem{
	font-family: "Segoe UI", sans-serif;
	font-size: 12pt;
  text-align: left;
}
#lorem img{width:100%;}
#lorem p{text-align:center; color:#fff;}

.downform1 {
    background-color: #ffa300;
    color: #fff;
    padding: 10px 4px;
    margin: 0 1%;
}
.downform1:hover {
    background-color:#004b7d;
}

#lorem h1{color:#ffa300; font-size:24px; text-align:center; margin-top:0; margin-bottom: 25px;}

#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;
}