#mask {
  position:absolute;
  left:100;
  top:10;
  z-index:20;
  background-color:#26262c;
  display:none;
}  
#boxes .window {
  position:absolute;
  left:80;
  top:180;
  width:286px;
  height:86px;
  display:none;
  z-index:30;
  padding:0px;
  border-radius: 0px;
  text-align: left;
}
#boxes #dialog {
  width:286px; 
  height:auto;
  padding: 0px 0px 0px 0px;
  background-color:#ffd8d8;
  font-size: 15pt;
}

.agree:hover{
  background-color: #D1D1D1;
}
.popupoption:hover{
 background-color:#D1D1D1;
 color: green;
}
.popupoption2:hover{
 color: red;
}