#mask {
position: absolute;
left: 0;
top: 0;
z-index: 9000;
background-color: #000;
display: none;
}
#boxes .window {
position: absolute;
left: 0;
top: 0;
display: none;
z-index: 999999;
padding: 20px;
border-radius: 15px;
text-align: center;
}
#boxes #dialog {
padding: 10px;
background-color: #ffffff;
font-size: 15pt;
}
#popupfoot {
font-size: 16pt;
text-align:center;
}