.tipsy { margin-top:-7px; margin-left:-2px; padding: 5px; font-size: 10px; letter-spacing: 2px; background-repeat: no-repeat;  background-image: url(../images/qtips/tipsy.gif); }
  .tipsy-inner {
	padding: 2px 8px;
	background-color: #000;
	color: #fff;
	max-width: 200px;
	text-align: center;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	}
  .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; }
