
.lightbox {
	background-color: #eeeeee;
}

#lightboxDetails {
  color: #000000;
}	

#lightboxCaption {
	font-size: 10pt;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-weight: normal;
  float: left;
}

#keyboardMsg {
	font-size: 8pt;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-weight: normal;
  float: right;
}

.hotspot {
  border: none;
  behavior: url("/floorplans/css/pngbehavior.htc");
}

#closeButton {
  border: none;
  top: -14px;
  right: -14px;
  behavior: url("/floorplans/css/pngbehavior.htc");
}

#lightbox img {
  border: none;
  clear: both;
} 

#overlay img {
  border: none;
}

#overlay {
  background-image: url('/floorplans/images/overlay.png');
}

