.tipsy {
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
	background-repeat: no-repeat;
	padding: 5px;
}

.tipsy-inner {
	padding: 8px 8px;
	max-width: 200px;
	font: 11px 'Lucida Grande',sans-serif;
	font-weight: bold;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #000;
	color: white;
	text-align: left;
}

.tipsy-north {
	background-image: url(/images/tipsy/tipsy-north.gif);
	background-position: top center;
}

.tipsy-south {
	background-image: url(/images/tipsy/tipsy-south.gif);
	background-position: bottom center;
}

.tipsy-east {
	background-image: url(/images/tipsy/tipsy-east.gif);
	background-position: right center;
}

.tipsy-west {
	background-image: url(/images/tipsy/tipsy-west.gif);
	background-position: left center;
}
