@charset "utf-8";
/* CSS Document */
.tipsy {
	padding: 5px;
	background-repeat: no-repeat;
	background-image: url(../images/tipsy.gif);
	opacity:1;
	filter:alpha(opacity=100);
}

.tipsy-inner {
	padding:5px 8px 4px;
	width:110px;
	max-width:110px;
	font: bold 11px Arial, Helvetica, sans-serif;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background-color:#020804;
	color:#fff;
	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;
}


