.tipsy {
    padding: 5px;
    font-size: 13px;
    background-repeat: no-repeat;
    background-image: url(/images/tipsy.gif);
    vertical-align:top;
}
.tipsy-inner {
    padding: 15px 18px 14px 18px;
    background-color: #70939F;
    color: white;
    max-width: 350px;
    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;
}
