#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #000;
	border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;
	color:#ccc;
	font-weight:normal;
	font-size:13px;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; font-weight:normal; font-size:13px; }
 