#fileuploader {
    width: 100%;
}

#uploader_container {
    padding: 0;
    min-width: 380px;
}

.plupload {
    border: 1px solid #CDCDCD;
}

.plupload_header {
    display: none;
}

.plupload_content .plupload_filelist_header,
.plupload_content .plupload_filelist_footer {
    border-top: none;
    border-bottom: none;
    /*max-height: 1em;*/
}

.plupload_filelist_footer {
    line-height: normal !important;
}
