.jquery-simpletip-tooltip{ 
	position: absolute; 
	top: -20px; 
	left: 0; 
	z-index: 3; 
	display: none; 
	padding: 0px;
	font-family:Trebuchet MS;
	font-weight:bold;
	color:#69b;
}
.jquery-simpletip-tooltip .active{ 
	position: absolute; 
	top: -20px; 
	left: 0; 
	z-index: 3; 
	padding: 0px;
}

