.tipsy { 
	padding: 5px; 
	font-size: 10px; 
}
.tipsy-inner { 
	padding: 6px 10px; 
	background-color: #333;
	opacity: 0.85; 
	line-height:17px;
	filter: alpha(opacity=85); 
	border:1px solid #fff;
	box-shadow: 0px 0px 4px #444;
	-webkit-box-shadow: 0px 0px 4px #444;
	-moz-box-shadow: 0px 0px 4px #444;
	color: white; 
	font-weight:normal;
	max-width: 210px; 
	text-align: center; 
}
.tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px;border-radius:3px; }
.tipsy-north { background-position: top center; 	text-align: left; }
.tipsy-south { background-position: bottom center; }
.tipsy-east { background-position: right center; }
.tipsy-west { background-position: left center; }
.tipsy { font-size: 12px; font-weight:bold;}
