#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000000;
  display:none;
  width:100%;
  height:100%;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:700px;
  height:392px;
  display:none;
  z-index:9999;
  padding:20px;
  border-radius: 5px;
  text-align: center;
}
#boxes #dialog {
  width:50%; 
  border:1px solid black;
  height:auto;
  padding: 20px 20px 20px 20px;
  background-color:#ffffff;
  font-size: 15pt;
}

.agree:hover{
  background-color: #D1D1D1;
}
.popupoption:hover{
	background-color:#D1D1D1;
	color: green;
}
.popupoption2:hover{
	color: red;
}

#boxes ul {
	text-align: left;
	font-size: 0.8em;
}