.tooltip
{
	width: 200px;
	color: #BBB;
	background-color:#FFFFFF;
	font-weight: bold;
	font-family: Trebuchet MS,Verdana,Arial,sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
	/*border:1px solid #030303;*/
	position: absolute;
	top: 10px;
	left: 20px;
}

/*
.tooltip span.top
{
	padding: 30px 8px 0;
	background: url(bt.gif) no-repeat top
}

.tooltip b.bottom
{
	padding:3px 8px 15px;
	color: #548912;
    background: url(bt.gif) no-repeat bottom
}*/
