.tip-white {
    z-index: 1000;
    text-align: left;
    border: 1px solid #939393;
    padding: 5px;
    min-width: 50px;
    max-width: 375px;
    color: #808080;
    background: #fff;
    background: url(tip-white.png) no-repeat;
}

    .tip-white .tip-inner {
        margin-top: -2px;
        padding: 0 3px 1px 3px;
    }

    .tip-white .tip-arrow-top {
        margin-top: -7px;
        margin-left: 15px;
        top: 0;
        left: 0;
        width: 16px;
        height: 10px;
        background: url(tip-white_arrows.png) no-repeat;
    }

    .tip-white .tip-arrow-right {
        margin-top: -9px;
        margin-left: -4px;
        top: 50%;
        left: 100%;
        width: 10px;
        height: 20px;
        background: url(tip-white_arrows.png) no-repeat -16px 0;
    }

    .tip-white .tip-arrow-bottom {
        margin-top: -6px;
        margin-left: 15px;
        top: 100%;
        left: 0;
        width: 16px;
        height: 13px;
        background: url(tip-white_arrows.png) no-repeat -32px 0;
    }

    .tip-white .tip-arrow-left {
        margin-top: -9px;
        margin-left: -15px;
        top: 50%;
        left: 0;
        width: 25px;
        height: 20px;
        background: url(tip-white_arrows.png) no-repeat -61px 0;
    }
