.tooltip{
	width: 300px; 
	color:#eeeeee;
	font:lighter 11px/1.3 verdana;
	text-decoration:none;
	text-align:left;
}

.tooltip span.top
{
	padding: 50px 15px 10px 15px;
	background: url('../pics/bt.png') no-repeat top;
}

.tooltip span.top h1
{
	text-align:left;
	line-height:12px;
	margin:5px 0px 0px 0px;
	color:#ffffff;
	padding: 0px;
	border-bottom:1px dotted #cccccc;
	font-size:12px;
	text-decoration:none;
}

.tooltip span.top h1 span.right
{
	float:right;
	font-size:9px;
	font-weight:normal;
	letter-spacing:0px;
	font-family:verdana;
}

.tooltip b.bottom
{
	padding:40px 15px 20px 15px;
	color: #222222;
	background: url('../pics/bt_bot.png') no-repeat bottom;
}