/* special note for IE */


div.v-ctrl a#sound span.vol-wrap {
    margin:-3px 0 0 1px;
    overflow:hidden;
    width:18px;
    height:26px;
    position: relative;
}

div.v-ctrl a#sound span.vol-low,
div.v-ctrl a#sound span.vol-high {
    width:8px;
    height:8px;
    border:3px solid #d7d7d7;
    background:transparent;
    border-radius:20px;
    position: absolute;
    top:6px;
    left:-8px;
}

    div.v-ctrl a#sound span.vol-high {
        width:20px;
        height:20px;
        top:0px;
        left:-14px;
    }

#qq-upload-list .progress-bar-holder { border: none; text-align:center; font-size: 10px; }
#qq-upload-list .progress-bar-holder:before { content: "loading"; }
