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

#boxes #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:#ffffff;
}
#dialog1 .d-header table{

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

}

.minilink {color:#ffffff;font-size:8pt;}
.minilink a:link{color:#ffffff;}
.minilink a:visited{color:#ffffff;}
.minilink a:hover{color:#ffffff;}