span#btc .tooltip{
width: 220px; color:#000;
font:lighter 11px/1.3 Arial,sans-serif;
text-decoration:none;text-align:center;
}
span#btc .tooltip div.show {
position:absolute;
padding:9px;
}

span#btc .tooltip span.top div {visibility:hidden;}

span#btc .tooltip span.top{padding: 10px 8px 0;
/*    background: url(images/tooltip1.png) no-repeat top;*/
width:220px;
background:no-repeat top;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='../images/tooltip/tooltip1.png');
padding-left:10px;
padding-right:10px;
}
span#btc .tooltip span.top[class] {
width:200px;
/*margin-left:15px;*/
margin-right:15px;
background: url(../images/tooltip/tooltip1.png) no-repeat top;
}

span#btc .tooltip b.bottom{
width:220px;
height:25px;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='../images/tooltip/tooltipbottom.png');
    background: no-repeat bottom;
	}

span#btc .tooltip b.bottom[class] {
height:auto;
width:204px;
padding:3px 8px 25px;color: #548912;
background: url(../images/tooltip/tooltip1.png) no-repeat bottom
}