#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #666;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }

#tooltip.tooltip-user {
	height: 15px;
	font-size: 12px;
}

#tooltip.tooltip-user h3 {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: -2px;
	color: #555;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}