#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #808080;
	background-color: #000;
	padding: 5px;
	font-weight:normal;
	color:#999; 
	white-space: nowrap;}
}
#tooltip h3, #tooltip div { margin: 0; color:#999; }
#tooltip h3 { font-weight: bold; text-align: left; font-size: 11px;}
