#tooltip {
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
	border: 1px solid #111;
    border-radius: 2px;
	background-color: #333;
	color: #fff;
	padding: 5px;
	position: absolute;
	z-index: 3000;
}
#tooltip h3, #tooltip div { margin: 0; }
