#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#565656;
  display:none;
}
  
#boxesz .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
}

#boxesz #dialog1 {
  width:325px; 
  height:190px;
}

#dialog1 .d-header {
  background:url(images/auth.png) no-repeat center center; 
  width:325px; 
  height:195px;
}

#dialog1 .d-header table td{
padding:7px;
font-size:9pt;
color:#333;
}
#dialog1 .d-header table{

position:absolute;
top:70px;
left:70px;

}

.minilink {color:#666;font-size:8pt;}
.minilink a{color:#333;}