.tipsy { 
	padding: 5px;
	margin: auto;
	font: bold 11px/13px Trebuchet,Arial,Helvetica,sans-serif; 
	opacity: 0.9; 
	filter: alpha(opacity=90); 
	background-repeat: no-repeat;  
	background-image: url(tipsy.gif);
	
	text-shadow: 0 0 2px #000;

}
  .tipsy-inner { 
  padding: 5px 8px 5px 8px; 
  background-color: black; 
  color: white; 
  max-width: 90px; 
  text-align: center; 
  
  box-shadow: 0 0 3px #000;
  	-webkit-box-shadow: 0 0 3px #000;
	-moz-box-shadow: 0 0 3px #000;
}

  .tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; }
  .tipsy-north { background-position: top center; }
  .tipsy-south { background-position: bottom center; }
  .tipsy-east { background-position: right center; }
  .tipsy-west { background-position: left center; }
