#tip {
    z-index: 9999;
    position: absolute;
    color: #333;
    display: none;
}

#tip s {
    position: absolute;
    top: 40px;
    left: -20px;
    display: block;
    width: 0px;
    height: 0px;
    font-size: 0px;
    line-height: 0px;
    border-color: transparent #bba transparent transparent;
    border-style: dashed solid dashed dashed;
    border-width: 10px;
}

#tip s i {
    position: absolute;
    top: -10px;
    left: -8px;
    display: block;
    width: 0px;
    height: 0px;
    font-size: 0px;
    line-height: 0px;
    border-color: transparent #fff transparent transparent;
    border-style: dashed solid dashed dashed;
    border-width: 10px;
}

#tip .t_box {
    position: relative;
    background-color: #ccc;
    filter: alpha(opacity=50);
    opacity: 0.5;
    bottom: -3px;
    right: -3px;
}

#tip .t_box div {
    position: relative;
    background-color: #fff;
    border: 1px solid #aca899;
    padding: 1px;
    top: -3px;
    left: -3px;
}