#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
  border-radius: 5px;
  text-align: center;
}
#boxes #dialog {
  width:549px; 
  height:auto;
  padding:5px;
  background-color:#000000;
  font-family: sans-serif;
  font-size: 11pt;
}

#popupfoot{
	font-family: sans-serif;
	font-size: 12pt;
  padding: 0px 0px;
}
#popupfoot a{
	text-decoration: none;
	  color: #cccccc;
}
.agree:hover{
  color: #cccccc;
}
