#tooltip {
	position: absolute;
	z-index: 3000;
	opacity: 0.8;
	filter: alpha(opacity=80);
	padding: 4px 5px;
	background-color: black;
	color: white;
	max-width: 200px;
	text-align: center;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
#tooltip h3 {
	margin: 0;
	padding:0;
	font-size:13px;
}
#tooltip .body {
	margin: 0;
}
#tooltip .url {
	margin: 0;
}