.tipsy {
	padding: 5px; font-size: 11px; font-weight: bold; text-shadow: none; background-image: url("../images/tipsy.gif"); background-repeat: no-repeat;
}
.tipsy-inner {
	padding: 5px 8px 4px; color: white; max-width: 200px; background-color: black;
}
.tipsy-inner {
	-moz-border-radius: 3px; -webkit-border-radius: 3px;
}
.tipsy-north {
	background-position: top;
}
.tipsy-south {
	background-position: bottom;
}
.tipsy-east {
	background-position: right;
}
.tipsy-west {
	background-position: left;
}
