#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #519fef;
	background: #4197ee;
	color: #fff;
	padding: 10px;
	opacity: 100;
	filter: alpha(opacity=100);
	width: auto;
	font-size: 1em;
	-moz-border-radius: 3px; -webkit-border-radius: 3px;
}
#tooltip h3, #tooltip div { margin: 0; font-weight: normal; color: #fff;}