.clementine_crud-form .plupload_disabled {
    opacity: 0.3 !important;
    -moz-opacit: 0.3 !important;
    -ms-filter: "alpha(opacity=30)" !important; /* IE 8 */
    filter: alpha(opacity=30) !important; /* IE < 8 */
}
/* pour IE7 */
.clementine_crud-form {
    position: relative;
    z-index: 1;
}
/* consequences sur anytime */
div.AnyTime-win {
    z-index: 1;
}
/* pour fonctionner mieux sous IE et gérer correctement le text-overflow */
.clementine_crud-plupload_container {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.clementine_crud-plupload_container > form {
    z-index: -1 !important;
}
.plupload_finished {
    display: inline-block;
}
.plupload_getfile {
    margin-left: 1em;
}
