.tooltip {
	width: 200px;
	color: #000;
	font: lighter 11px/1.3 Verdana,Arial,sans-serif;
	text-decoration: none;
	text-align: left;
}

.tooltip span.top {
	padding: 35px 15px 0;
    background: url('tooltip.gif') no-repeat top;
}

.tooltip b.bottom {
	padding: 3px 8px 13px;
	color: #548912;
    background: url('tooltip.gif') no-repeat bottom;
}
