.tipsy{
	background: url(../images/tipsy.gif) no-repeat;
	font-size: 10px;
}
.tipsy-inner{
	background: #f0f0f0;
	max-width: 200px;
	margin: 0 0 4px 0;
	padding: 10px 8px;
	color: #5b5b5b;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.tipsy-south{ background-position: bottom center; }