#tooltip {
	position: absolute;
	z-index: 3000;
	opacity: 0.85;
	background: url(../../form/tooltip_top.png) top left no-repeat;
	width: 213px;
	float:left;
	padding: 19px 0 0 0;
}
	* html #tooltip {
		background: url(../../form/tooltip_top_ie6.gif) top left no-repeat;	
	}
#tooltip h3 {
	padding: 0 15px 28px 15px;
	font-size: 1em;
	font-weight: normal;
	color: #646464;
	background: url(../../form/tooltip_bottom.png) bottom left no-repeat;
	width: 183px;
	float:left;
	text-align:left;
} 
	* html #tooltip h3 {
		background: url(../../form/tooltip_bottom_ie6.gif) bottom left no-repeat;
	}

#tooltip div { margin: 0; }

#tooltip.floorplan {
	position: absolute;
	z-index: 3000;
	border: 1px solid #000000;
	background-color: #E0FBFF;
	background-image: none;
	padding: 5px;
	float:left;
	width: 183px;
}

#tooltip.floorplan h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #00AEEF;
	width: 183px;
	float:left;
	text-align:left;
	background-image: none;
	padding:0;
	clear:both;
}