
.link {
	text-decoration:none;
	color:#333333;
	
}
.tooltip{
	position:absolute;
	width:200px;
	background-image:url(tip-bg.png);
	background-position:left center;
	color:#FFF;
	padding:5px 5px 5px 18px;
	font-size:11px;
	font-family: Trebuchet MS, Arial, Verdana;
}