#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  /* display:none; */
  -moz-opacity:0.4;
  opacity:0.4;
  filter:alpha(opacity=40)
}
  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:40px;
  border:solid 6px #dddddd;
  font-size:12px;
}

#boxes #dialog {
	width:375px;
	height:203px;
	padding:40px;
	background: #ffffff url(../images/modalbg.jpg) no-repeat scroll right bottom;
}

#boxes #dialog1 {
  width:375px; 
  height:203px;
}

