.tipsy {
	padding: 5px;
	font-size: 11px;
	background-repeat: no-repeat;
	background-image: url(images/tipsy/tipsy.gif);
	opacity: 1;
	filter: alpha(opacity=100);
}
.tipsy-inner {
	padding: 6px 6px 4px 6px;
	background-color: #407E2B;
	color: white;
	max-width: 540px;
	text-align: center;
	border: 3px solid #013E02;
}

.tipsy-north {
	background-position: top center;
}
.tipsy-south {
	background-position: bottom center;
}
.tipsy-east {
	background-position: right center;
}
.tipsy-west {
	background-position: left center;
}
