.tipsy { padding:10px;font-size:12px;background-color:#000;background-repeat:no-repeat;border:1px solid #333;-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px; }
.tipsy-inner { padding: 10px; background-color: black; color: white; max-width: 400px; text-align: justify; }
.tipsy-north { background-image: url(tipsy-north.gif); background-position: top center; }
.tipsy-south { background-image: url(tipsy-south.gif); background-position: bottom center; }
.tipsy-east { background-image: url(tipsy-east.gif); background-position: right center; }
.tipsy-west { background-image: url(tipsy-west.gif); background-position: left center; }

