#tooltip {

	position: absolute;
	z-index: 3000;
	background-color: #050;
	color:#fff;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	line-height:1.8em;
	width:auto;
	padding:10px;

}

#tooltip h3, #tooltip div { margin: 0; }
