.tooltip
{
	width: 200px; 
	color:#ffffff;
	font:lighter 11px/1.3 Arial,sans-serif;
	text-decoration:none;
	text-align:left}

.tooltip span.top
{
	padding: 30px 15px 0;
    background: url(images/bt.gif) no-repeat top;
}

.tooltip b.bottom
{
	padding:3px 8px 15px;
	color: #548912;
    background: url(images/bt.gif) no-repeat bottom;
}

.tooltip span.top2
{
	padding: 30px 15px 0 25px;
    background: url(images/bt2.gif) no-repeat left top;
}

.tooltip b.bottom2
{
	padding:12px 8px 25px;
	color: #548912;
    background: url(images/bt2.gif) no-repeat left bottom;
}
