.plupload_wrapper * {
    box-sizing: content-box
}

.plupload_button {
    display: -moz-inline-box;
    display: inline-block;
    font: normal 12px sans-serif;
    text-decoration: none;
    color: #42454a;
    border: 1px solid #bababa;
    padding: 2px 8px 3px 20px;
    margin-right: 4px;
    /*background: #f3f3f3 url(../img/buttons.png) no-repeat 0 center;*/
    outline: 0;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.plupload_button:hover {
    /*color: #000;
    text-decoration: none*/
}

.plupload_disabled,
a.plupload_disabled:hover {
    color: #737373;
    border-color: #c5c5c5;
    background: #ededed url(../img/buttons-disabled.png) no-repeat 0 center;
    cursor: default
}

.plupload_add {
    background-position: -181px center
}

.plupload_wrapper {
    font: normal 11px Verdana, sans-serif;
    width: 100%
}

.plupload_container {
    /*padding: 8px;*/
    background: url(../img/transp50.png)
}

.plupload_container input {
    border: 1px solid #ddd;
    font: normal 11px Verdana, sans-serif;
    width: 98%
}

.plupload_header {
    background: #2a2c2e url(../img/backgrounds.gif) repeat-x
}

.plupload_header_content {
    /*    background: url(../img/backgrounds.gif) no-repeat 0 -317px;
    min-height: 56px;
    padding-left: 60px;
    color: #fff*/
    background-color: #1c0a16;
    color: #fff;
    padding: 10px;
}

.plupload_header_title {
    font: normal 18px sans-serif;
    padding: 6px 0 3px
}

.plupload_header_text {
    font: normal 12px sans-serif
}

.plupload_filelist {
    margin: 0;
    padding: 0;
    list-style: none
}

.plupload_scroll .plupload_filelist {
    height: 185px;
    background: #f5f5f5;
    overflow-y: scroll
}

.plupload_filelist li {
    padding: 10px 8px;
    background: #f5f5f5 url(../img/backgrounds.gif) repeat-x 0 -156px;
    border-bottom: 1px solid #ddd
}

.plupload_filelist_footer,
.plupload_filelist_header {
    background: #dfdfdf;
    padding: 8px 8px;
    color: #42454a
}

.plupload_filelist_header {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #cdcdcd
}

.plupload_filelist_footer {
    border-top: 1px solid #fff;
    height: 22px;
    line-height: 20px;
    vertical-align: middle
}

.plupload_file_name {
    float: left;
    overflow: hidden
}

.plupload_file_status {
    color: #777
}

.plupload_file_status span {
    color: #42454a
}

.plupload_file_size,
.plupload_file_status,
.plupload_progress {
    float: right;
    width: 80px
}

.plupload_file_action,
.plupload_file_size,
.plupload_file_status {
    text-align: right
}

.plupload_filelist .plupload_file_name {
    width: 205px;
    white-space: nowrap;
    text-overflow: ellipsis
}

.plupload_file_action {
    float: right;
    width: 16px;
    height: 16px;
    margin-left: 15px
}

    .plupload_file_action * {
        display: none;
        width: 16px;
        height: 16px
    }

li.plupload_uploading {
    background: #ecf3dc url(../img/backgrounds.gif) repeat-x 0 -238px
}

li.plupload_done {
    color: #aaa
}

li.plupload_delete a {
    background: url(../img/delete.gif)
}

li.plupload_failed a {
    background: url(../img/error.gif);
    cursor: default
}

li.plupload_done a {
    background: url(../img/done.gif);
    cursor: default
}

.plupload_progress,
.plupload_upload_status {
    display: none
}

.plupload_progress_container {
    margin-top: 3px;
    border: 1px solid #ccc;
    background: #fff;
    padding: 1px
}

.plupload_progress_bar {
    width: 0;
    height: 7px;
    background: #cdeb8b
}

.plupload_scroll .plupload_filelist_footer .plupload_file_action,
.plupload_scroll .plupload_filelist_header .plupload_file_action {
    margin-right: 17px
}

.plupload_clear,
.plupload_clearer {
    clear: both
}

.plupload_clearer,
.plupload_progress_bar {
    display: block;
    font-size: 0;
    line-height: 0
}

li.plupload_droptext {
    background: 0 0;
    text-align: center;
    vertical-align: middle;
    border: 0;
    line-height: 165px
}