#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#26262c;
  display:none;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:50%;
  height:850px;
  display:none;
  z-index:9999;
  margin-top:20px;
  padding:5px;
  border-radius: 1px;
  text-align: center;
}
#boxes #dialog {
  width:280px; 
  height:auto;
  padding: 5px 5px 5px 5px;
  background-color: #f1ecec;
  font-size: 15pt;
}

.agree:hover{
  background-color: none;
}
.popupoption:hover{
 background-color:#D1D1D1;
 color: green;
}
.popupoption2:hover{
 color: red;
}

.style1{
  
background-color: blue;  
  width: 320;
  height: 700;

}