.tipsy {
	padding: 5px;
	font-size: 10px;
	opacity: 1.0;
	filter: alpha(opacity=100);
	background-repeat: no-repeat;
	background: transparent;
}

.tipsy-inner {
	padding: 5px 8px 4px 8px;
	background-color: #4e4f51 !important ;
	color: #d7df21 !important ;
	/*max-width: 200px;*/
	text-align: center;
	font-size: 10px !important ;
}

.tipsy-inner {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 2px solid #fff;

}

.tipsy-north {
	background-position: top center;
}

.tipsy-south {
	background-position: bottom center;
}

.tipsy-east {
	background-position: right center;
}

.tipsy-west {
	background-position: left center;
}
