#mask {
	position:absolute;
	left:0;
	top:0;
	z-index:100;
	background: #000;
	display:none;
}    
#boxes .window {
  position:fixed;
  left:0;
  top:0;
  width:293px;
  height:186px;
  display:none;
  z-index:9999;
}
#boxes #IE6 {
  width:500px; 
  height:200px;
  background: #FFF;
  color: #000;
  padding: 5px;
  position: absolute;
}

#boxes a.close {
	position: absolute;
	top: 20px;
	right: 20px;
}
#IE6 img {
	margin-left: 7px;
	margin-bottom: 4px;
	margin-right: 2px;
	margin-top: 2px;
}
#IE6 h1 {
	margin-bottom: 10px;
	color: #000;
	border-bottom: 1px solid #000;
	padding: 5px;
	}