.tooltip {
	width: 210px;
	color:#444444;
	font: bold 11px Arial, sans-serif;
	text-decoration:none;
	text-align:center;
}
.tooltip span.top {
	padding: 35px 12px 0px 12px;
	background: url(bt.gif) no-repeat top;
	height:150%;
	overflow:visible;
}
.tooltip b.bottom {
	padding-bottom:4px;
	color: #B4d7d5;
	background: url(bt.gif) no-repeat bottom;/*position:relative;
	bottom:5px;*/
	
}
