span.gf-tooltip-load {
	text-indent:-9999px;
	background:url(../img/tooltip-icon.png) no-repeat 0 0;
	height:16px;
	width:16px;
	display:inline-block;
	text-decoration:none;
	margin:0 0 0 3px;
	cursor:pointer;
}
		
span.gf-tooltip-load:hover {
	background-position:0 -16px;
}
