.tooltip{
	width: 200px;
	color:#000;
	text-decoration:none;
	font-family: Arial, sans-serif;
	font-size: 100%;
	line-height: 1.3;
	font-weight: lighter;
}

.tooltip span.top{
	padding: 35px 8px 0px;
	margin:0px;
	background-image: url(bt.gif);
	background-repeat: no-repeat;
	background-position: top;
}

.tooltip b.bottom{
	padding:0px 0px 0px 15px;
	color: #e6eaf1;
	font-weight: normal;
	font-size: 100%;
	background-image: url(bt.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
