a.tipsy {
	background: #222;
	color: #999;
	padding: 2px 5px;
	margin: 0 5px;
	}

.tipsy { padding: 5px; font-size: 12px; line-height: 18px; background-repeat: no-repeat;  background-image: url(../images/tipsy.gif); text-decoration: none;}
  .tipsy-inner { padding: 10px; background-color: #666; color: white; max-width: 200px; text-align: center; }
  .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; }

