.tipsy {
	padding: 5px;
	font-size: 11px;
	background-repeat: no-repeat;
	background-image: url(images/tipsy/tipsy.gif);
}
.tipsy-inner {
	padding: 8px 8px 6px 8px;
	background-color: #F4007A;
	color: white;
	max-width: 540px;
	text-align: center;
}

.tipsy-north {
	background-position: top center;
}
.tipsy-south {
	background-position: bottom center;
}
.tipsy-east {
	background-position: right center;
}
.tipsy-west {
	background-position: left center;
}
