#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#ffffff;
  display:none;
}
  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:600px;
  display:none;
  z-index:9999;
  font-size:12px;
  color:#000000;

}

#boxes #dialog {
  width:600px; 
  height:421px;
  border:#dddddd 2px solid; /*normal border and text color: 67633d*/
  background:#000000;
}

#boxes .window h3{
	color: #000000;
	text-align:center;
}

