#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
background-color:#000;
  display:none;
}
#boxes {
  position:absolute;
  left:0;
  top:-180px;

}
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:700px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
  border-radius: 15px;
  text-align: center;
}
#boxes #dialog {
  width:710px;
  height:auto;
  padding:10px;
  background-color:#ffffff;
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 15pt;
}
.maintext{
	text-align: center;
  font-family: "Segoe UI", sans-serif;
  text-decoration: none;
}


#popupfoot{
	font-family: "Segoe UI", sans-serif;
	font-size: 16pt;
  padding: 10px 20px;
  color: #000;

}
#popupfoot a{
	text-decoration: none;
margin: auto;
color: #000;
}
.agree:hover{
font-weight: bold;
}
.popupoption:hover{
font-weight: bold;
	color: green;
}
.popupoption2:hover{

	color: red;
}