.tooltip{
	width: 200px;
	color: #000;
	font-size: 110%;
	line-height: 1.5;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}

.tooltip span.top{
	padding: 35px 10px 0;
	background: url(bt2.gif) no-repeat top;
	text-shadow: 0 1px 1px rgba(255,255,255,0.5);
}

.tooltip b.bottom{
	padding:0 8px 15px;
	color: #548912;
	background: url(bt2.gif) no-repeat bottom;
}
* html .tooltip b.bottom{
	padding:0 8px 0;
	text-indent: -999em;
}