@charset "utf-8";
/* CSS Document */


body {
font-family:verdana;
font-size:15px;
}

a {color:#333; text-decoration:none}
a:hover {color:#ccc; text-decoration:none}

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
}
#boxes #dialog {
  width:570px; 
  height:380px;
  padding:10px;
  background-color:#ffffff;
  border: 5px solid #16688F;
  background:url(invisalign-offer.jpg) 0 0 no-repeat;
}


#boxes .close {
	position:absolute;
	top:10px;
	right:10px;
	
	
	}
	
#boxes .close img {
	max-width: 20px;
}
	
	
