.tipsy
{
	opacity: 0.8;
	font-size: 10px;
	color:#f2f2f2;
	background-repeat: no-repeat;
	background-image: url(../_img/_tooltip/tipsy_b.png);
}

.tipsy-inner { max-width: 250px; text-align: left; -moz-border-radius:3px; -webkit-border-radius:3px; }
.tipsy-north { background-position: top center; padding:8px 4px 4px 4px; margin-top:10px; }
.tipsy-south { background-position: bottom center; padding:4px 4px 10px 4px; margin-top:-20px; margin-left:-3px; }
.tipsy-east { background-position: right center; padding:4px 8px 4px 4px; margin-top:-4px; margin-left:-14px;  }
.tipsy-west { background-position: left center; }

.tipsy-north-f { background-position: -230px 0px; padding:8px 4px 4px 4px; margin-top:10px; }
.tipsy-south-f { background-position: -30px 0px; padding:4px 4px 10px 4px; margin-top:-15px; margin-left:-3px; }
.tipsy-east-f { background-position: right center; }
.tipsy-west-f { background-position: left center; }