#tooltip {
	position: absolute;
	z-index: 3000;
	opacity:1;
	background: url(/static/snpresentation/images/tooltip_top.png) top left no-repeat;
	width: 213px;
	float:left;
	padding: 19px 0 0 0;
}
	* html #tooltip {
		background: url(/static/snpresentation/images/tooltip_top_ie6.gif) top left no-repeat;	
	}
#tooltip h3 {
	padding: 0 15px 28px 15px;
	font-size: 0.8em;
	font-weight: normal;
	color: #646464;
	background: url(/static/snpresentation/images/tooltip_bottom.png) bottom left no-repeat;
	width: 183px;
	float:left;
	text-align:left;
} 
	* html #tooltip h3 {
		background: url(/static/snpresentation/images/tooltip_bottom_ie6.gif) bottom left no-repeat;
	}

#tooltip div { margin: 0; }

