@media screen {

    div.tip{ width:380px;z-index:2000;position:absolute;display:none; }

    div.tip .close{ z-index:100;position:absolute;overflow:hidden;text-indent:-1000px;display:block;width:18px;height:17px;background:url(../../images/global/tip-close.gif) no-repeat 0 0; }
    div.tip .close{ top:35px;right:35px; }

    div.tip .content{ background:#fff;padding:2px 10px 8px 5px;min-height:60px;_height:60px;font-size:0.856em; }
    div.tip .content strong{ font-size:1.333em;display:block;padding:0 0 6px 0; }

    div.tip .side-left{
        padding:0 0 0 40px;
        background:url(../../images/global/tips.png) repeat-y -280px 0;
        _background-image:url(../../images/global/tips-ie6.gif);*zoom:1;position:relative; }
    div.tip .side-right{
        padding:0 40px 0 0;
        background:url(../../images/global/tips.png) repeat-y right 0;
        _background-image:url(../../images/global/tips-ie6.gif);*zoom:1;position:relative; }

    div.tip .bottom,
    div.tip .top{ position:relative;height:40px;width:100%; }

    div.tip .corner{ width:40px;height:40px;
        background:url(../../images/global/tips.png) no-repeat;
        _background-image:url(../../images/global/tips-ie6.gif);
        position:absolute;top:0;
    }

    div.tip .top-left{ background-position:-200px 0;left:0; }
    div.tip .top-right{ background-position:-240px 0;right:0; }
    div.tip .bottom-left{ background-position:-200px -40px;left:0; }
    div.tip .bottom-right{ background-position:-240px -40px;right:0; }

    div.tip .arrow{ width:60px;height:40px;position:absolute;
        background:url(../../images/global/tips.png) no-repeat;
        _background-image:url(../../images/global/tips-ie6.gif);display:none; }

    div.tip .content .arrow {width:40px;height:60px;}

    div.tip .background{ height:40px;
        background:url(../../images/global/tips-bg.png) repeat-x;
        _background-image:url(../../images/global/tips-ie6-bg.gif);margin:0 40px 0 40px;
    }

    div.tip-top-left .top .arrow { display:block;background-position:-40px 0;left:40px;top:0; }
    div.tip-top-right .top .arrow { display:block;background-position:-100px 0;right:40px;top:0; }

    div.tip-left-top .content .arrow {display:block;background-position:0 -40px;left:-40px;top:0;  }
    div.tip-right-top .content .arrow {display:block;background-position:-160px -40px;right:0;top:0;  }

    div.tip-left-bottom .content .arrow {display:block;background-position:0 -40px;left:-40px;bottom:0;  }
    div.tip-right-bottom .content .arrow {display:block;background-position:-160px -40px;right:0;bottom:0;  }

    div.tip-top-right .top .background{ margin:0 100px 0 40px; }
    div.tip-top-left .top .background{ margin:0 40px 0 100px; }

    div.tip .bottom .background{ background-position:0 -40px;margin:0 40px 0 40px; }

    div.tip .close{ z-index:1000;cursor:pointer;position:absolute;overflow:hidden;text-indent:-1000px;display:block;width:18px;height:17px;background:url(../../images/global/tip-close.gif) no-repeat 0 0; }

    div.tip-top .close{ top:26px;right:15px; }
    div.tip-left .close{ top:10px;right:15px; }

}
