#tooltip {
	position: absolute;
	z-index: 3000;
	/* background-color: #255999; */
	background: #262626;
	text-align: left;
	font-size: 14px; 
	line-height: 1.3em;
	color: #ffffff; 
	padding: 10px;
	opacity: 1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	max-width: 400px; 
	font-weight: normal; 
}
#tooltip h3, #tooltip div { margin: 0; font-size: 14px; line-height: 1.3em; font-weight: normal; }

.lt-ie9 #tooltip, .lt-ie8 #tooltip { background: #262626; }
