#mask {
  position:absolute;
  left:1px;
  top:0;
  z-index:99998;
  background-color:#ffffff;
  display:none;
  width:600px;
}
  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  display:none;
  z-index:99999999;
  padding:20px;
  width:600px !important;
}
 
#boxes #dialog {
 
  width:600px !important;
  background-color:#ffffff;
  border:#288E8E 2px solid; 
}

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

.close{
	color:#000000;
	font-weight:bold !important;
	font-size:18px !important;
}
