#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:600px;
  height:400px;
  display:none;
  z-index:9999;
  padding:20px;
}

#boxes #dialog1, #boxes #dialog2, #boxes #dialog3, #boxes #dialog4 {
	top:20px;
  width:700px; 
  height:500px;
  padding:20px;
  border:solid 1px #17b5f0;
  background-color:#ffffff;
  	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;

}

#boxes #dialog1 h1, #dialog2 h1, #dialog3 h1, #dialog4 h1 {
	color:#f8981d; font-size:30px;
}

.opaque {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; 
	filter: alpha(opacity=80);					
}

#closemodal{float:right;width:30px; height:33px;}

