#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#26262c;
  display:none;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:850px;
  display:none;
  z-index:9999;
  padding:20px;
  border-radius: 5px;
  text-align: center;
}
#boxes #dialog {
  background-color:#FFFFFF;
	border:2px solid #cc5100;
	padding-bottom:1px;
	padding-top:1px;
	padding-left:2px;
	padding-right:2px;
	box-shadow: 0px 0px 1px 1px #FFFFFF;
	border-radius:10px;
	margin-top:10px;
	width:325px;
	height:auto;
	box-shadow: 1px 1px 2px 2px #ff6600;
  font-size: 15pt;
}

.agree:hover{
  background-color: #D1D1D1;
}
.popupoption:hover{
	background-color:#D1D1D1;
	color: green;
}
.popupoption2:hover{
	color: red;
}