#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background:#000!important;
  
}  
#box1 .window5 {
  position:absolute;
  left:0;
  top:10px!important;
  width:440px;
  height:850px;
  display:none;
  z-index:9999;
  padding:0px;
  border-radius: 5px;
  text-align: center;
}
#box1 #dialog5 {
  width:auto; 
  height:auto;
  padding: 0px;
  background-color:#ffffff;
  font-size: 15pt;
  border: 15px solid #fff;
}
#message_div { margin-top:4px; }
.close5 { position: absolute; right: -15px; top: 0px; border: none; background: none; font-size: 30px; 
line-height: 0px; }
.close5:focus { outline:none; }
.agree:hover{
  background-color: #D1D1D1;
}
.popupoption:hover{
	background-color:#D1D1D1;
	color: green;
}
.popupoption2:hover{
	color: red;
}