.webuploader-container {
    position: relative;
    margin: 0px 8px 0px 0px;
    height: 25px;
    display: inline-block;
}

.webuploader-element-invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px,1px,1px,1px);
}

.webuploader-pick {
    position: relative;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    border-radius: 3px;
    overflow: hidden;
}

.webuploader-pick-disable {
    opacity: 0.6;
    pointer-events: none;
}


.webuploader-Panl {
    margin: 5px 5px 5px;
    position: relative;
    z-index: 100000;
}

.webuploader-File {
    list-style: outside none none;
    border: 1px solid rgb(228, 228, 228);
    background-color: rgb(228, 228, 228);
    padding: 6px;
    width: 262px;
    margin-bottom: 10px;
}

.webuploader-FileName {
    cursor: pointer;
    width: 90%;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.webuploader-FileRemoveIco {
    background: transparent url('../../../Content/Images/Icon16/DeleteRed.png') no-repeat scroll 50% 4px;
    float: right;
    display: block;
    width: 15px;
    height: 20px;
    margin-top: -5px;
    cursor: pointer;
}


.webuploader-SpeedOfProgressPanl {
    margin-top: 5px;
    display: block;
    border: 1px solid rgb(186, 184, 184);
    width: 200px;
    float: left;
    height: 10px;
}

    .webuploader-SpeedOfProgressPanl span {
        height: 10px;
        background-color: rgb(51, 137, 51);
        display: block;
    }

.webuploader-SpeedOfProgressFont {
    float: right;
}

.webuploader-wating {
    display: block;
}

.webuploader-ProgressDnd {
    height: 15px;
}

/*************ÉÏ´«Í¼Æ¬ÑùÊ½*******************/

 .webuploader-PicFile {
    float: left;
    position: relative;
    margin: 0 20px 20px 0;
    padding: 4px;
}

.webuploader-PicFileName {
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    height: 20px;
    line-height: 20px;
    text-indent: 5px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
    z-index: 10;
}

.webuploader-PicFileRemoveIco {
    background: transparent url('../../../Content/Images/Icon16/DeleteRed.png') no-repeat scroll 50% 4px;
    position: absolute;
    width: 16px;
    height: 20px;
    right: 0px;
    top: 0px;
    background-color:#bebebe;
    cursor:pointer;
}

.webuploader-PicProgressDnd{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 16px;
   background-color:#bebebe;
    color: white;
    text-align: center;
    height: 20px;
    font-size: 14px;
    line-height: 23px;
}


.webuploader-PicSpeedOfProgressPanl {
    margin-top: 5px;
    display: block;
    border: 1px solid rgb(186, 184, 184);
    width: 50px;
    float: left;
    height: 10px;
}

    .webuploader-PicSpeedOfProgressPanl span {
        height: 10px;
        background-color: rgb(51, 137, 51);
        display: block;
    }

.webuploader-PicSpeedOfProgressPanl {
    float: right;
}

