/* BASIC css start */
#preview_wrap { display:none; }


.btn_jointop {position:relative;} 
#join_box {
    position: absolute;
    z-index: 99999999;
    background: #888888;
    border-radius: 5px;
    padding: 4px 5px;
    width: 50px;
    left: -9px;
    top: 44px;
    font-size: 9px;
    text-align: center;
    line-height: 14px;
    color: #fff;
}


.triangle {

    position: absolute;
    left: 23px;
    top: -4px;
    display: block;
    width: 0;
    height: 0;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #888;
    border-left: 6px solid transparent;
}

/* BASIC css end */

