.tipsy {
    padding: 5px;
    font-size: 14px;
    opacity: 0.8;
    filter: alpha(opacity=80);
    background-repeat: no-repeat;
}

.tipsy-inner {
    padding-top: 8px;
    padding-left: 8px;
    padding-right: 8px;
    background-color: #292929;
    color: white;
    max-width: 200px;
    text-align: center;
    font-weight: bold;
    border: 1px solid gray;
}

.tipsy-inner span{
    font-weight: normal;
    line-height: 20px;
}

.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; }
