#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:10000;
  background-color:#000;
  display:none;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:80%;
  max-width:400px;
  height:100%;
  display:none;
  z-index:10001;
  padding:20px;
  border-radius: 5px;
  text-align: center;
}
#boxes #dialog {
  width:80%;  
  height:auto;
  padding:10px;
  background-color:#ffffff;
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 15pt;
  top:150px !important
}


#popupfoot{
	position:absolute; right:-16px; top:-16px;
}
#popupfoot a{
	height:40px; width:40px; line-height:36px; background:#E2E2E2; color:#000; font-weight:bold; border-radius:100%; display:inline-block; text-decoration:none
}
.agree:hover{
  background-color: #3d3d3d;
  text-decoration:none
}

