@charset "utf-8";

.tooltip{
	width: 189px;
	color:#fff;
	text-align:left;
	position:absolute;
	left:-70px;
	overflow:hidden;
}

.tooltip span.top{
	padding: 25px 8px 2px;
	background: url(bt.gif) no-repeat top;
}

.tooltip b.bottom{
	padding:3px 7px 5px;
	background: url(bt.gif) no-repeat bottom;
	font-weight:normal;
	font-size:82%
}
