﻿.tipsy
{
    padding: 5px;
    font-size: 13px;
    background-repeat: no-repeat;
    background-image: url(/utils/img/jquery-tipsy/tipsy.gif);
}
.tipsy-inner
{
    padding: 20px 30px 20px 30px;
    background-color: #404040;
    color: #fff;
    max-width: 250px;
    text-align: left;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.tipsy-north
{
    background-position: top center;
}
.tipsy-south
{
    background-position: bottom center;
}
.tipsy-east
{
    background-position: right center;
}
.tipsy-west
{
    background-position: left center;
}