.tipsy {
	opacity: 0.8;
	filter: alpha(opacity=80);
	background-repeat: no-repeat;
	background-image: url(tipsy.gif);
	padding: 3px;
}
.tipsy-inner {
	background-color: #6F4324;
	color: #FFF;
	max-width: 190px;
	text-align: center;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}
.tipsy-inner {
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
}
.tipsy-north {
	background-position: top center;
}
.tipsy-south {
	background-position: bottom center;
}
.tipsy-east {
	background-position: right center;
}
.tipsy-west {
	background-position: left center;
}
