.tip
{
    position: relative;
}
.tip-bg
{
    font-size: 12px;
    position: absolute;
    top: -26px;
    left: -5px;
    background: url(  "../images/tip_bg.gif" ) no-repeat right top;
    font-weight: normal;
}
.tip-text
{
    font-size: 12px;
    background: url(  "../images/tip_icon.gif" ) no-repeat left top;
    padding: 4px 2px 10px 2px;
    white-space: nowrap;
    color: #000;
    line-height: 100%;
}
.tip-bulb
{
    font-size: 12px;
    background: url(  "../images/tip_bulb.gif" ) no-repeat left top;
    padding: 4px 2px 10px 15px;
    white-space: nowrap;
    color: #000;
    line-height: 100%;
}
.tip-bg a
{
    font-size: 12px;
    text-decoration: none;
    color: #000;
}
