#tooltip {
	position: absolute;
	z-index: 3000;
}
#tooltip h3, #tooltip div { margin: 0; }

#tooltip {
	border: none;
	width: 145px;
	padding:0;
	height: 42px;
	background: url('img/favtooltip2.gif');
	background-repeat: no-repeat
}
#tooltip span {
	font-family: Georgia, "Times New Roman", serif;
	text-align: center;
	display: block;
	font-style: italic;
	font-size: 12px;
	padding-top: 4px;
	width: 140px;
}
