.tipsy {
	padding: 5px;
	font-family: Tahoma, Verdana, Arial, sans-serif; /* lokster */
	font-size: 11px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	background-repeat: no-repeat;
	background-image: url(tipsy.gif);
}
.tipsy-inner {
	padding: 5px 8px 4px 8px;
	background-color: black;
	/*background-color: #D7E9F7;*/
	color: white;
	/*max-width: 400px;*/
	text-align: center;
	/*border: 1px solid #6d8eb9;*/
	border: 0px;
}

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