.d_ulpoad_file {
    display: inline-block;
    position:relative;
}

.d_upload_file img {
    display: block;
    margin:7px;
}

.d_ulpoad_file progress {
    width:100%;height:5px;
}

.d_ulpoad_file .imdel {
    position: absolute;
    right: 9px;
    top: 6px;
    background: url(/edit/css/icones/remove.png);
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.8);
    background-position: center;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    height: 20px;
    width: 20px;
    cursor: pointer;
}

#pic_info {
    display: block;
    width: 90%;
    max-width: 600px;
}

input.upload_file{
    display: none;
}


.file_info {
    width: 100%;
}

.file_info input {
    width:90%;
    max-width:600px;
}

#video_info {
    color: #000099;
}

.player {
    display: table-cell;
    max-width: 320px;
    height: 27px;
    margin-top: 6px;
    overflow: hidden;
    float: left;
}

.audiodel {
    padding-left:8px;
    font-size:0.9em;;
    text-decoration: underline;
    display: table-cell;
    color: #ff0e0e;
    cursor: pointer;
    height:37px;
    line-height:27px;;
}