.tipsy {
	font-size: 10px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	background-repeat: no-repeat;
}
.tipsy-inner {
	padding: 4px 5px;
	background-color: #c1eaad;
	color: #000;
	width: auto !important;
	width: 280px;
	max-width: 280px;
	text-align: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.tipsy-north {
	background-image: url(../images/tipsy/north-green.gif);
	background-position: top center;
	margin-top: 4px;
	padding-top: 5px;
}
.tipsy-south {
	background-image: url(../images/tipsy/south-green.gif);
	background-position: bottom center;
	margin-bottom: 4px;
	padding-bottom: 5px;
}
.tipsy-east {
	background-image: url(../images/tipsy/east-green.gif);
	background-position: right center;
	margin-right: 4px;
	padding-right: 5px;
}
.tipsy-west {
	background-image: url(../images/tipsy/west-green.gif);
	background-position: left center;
	margin-left: 4px;
	padding-left: 5px;
}

