#boxes #dialog {
  width:375px; 
  height:100px;
  padding:10px;
  background-color:#ffffff;
}

#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
}

#mask {
  position:absolute;
  left:0;
  top:0;
  height: 100%;
  width:100%;
  z-index:9000;
  background-color:#000;
  display:none;
}
a#button {
	display: block;	
	width: 100px;	
	height: 20px;	
	padding: 15px 20px 10px 45px;	
	color:#666666;	
	text-decoration: none;	
	background:url(../images/button.jpg) no-repeat 0px 0px;	
	float:left;
	margin-left: 15px;
}

a#button:hover {	
	color:#333333;	
	background:url(../images/button.jpg) no-repeat 0px -45px;	
}