div.dropzone-ui input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    border: 300px solid transparent;
    height: 50px;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    filter: alpha(opacity=0);
    -o-transform: translate(-300px, -300px) scale(10);
    -moz-transform: translate(-800px, 0) scale(10);
    cursor: pointer;
    z-index: 2;
}

div.dropzone-ui iframe, div.dropzone-ui button {
    display: none;
}

div.dropzone-ui {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding:11px 15px;
    border:#BBB 1px solid;
    display: block;
    margin-bottom:10px;
}

div.dropzone-ui div.drop-zone-text {
    cursor: pointer;
    text-align: center;
    color: #333;
    font-weight: bold;
    display: block;
}

div.dropzone-ui div.drop-zone-text.disabled {
    color: #C9C9C9;
}

div.dropzone-ui.ui-state-active {
    width: 489px;
    height: 150px;
    background: #C1D7F5;
    border: #169DD8 solid 1px;
}

div.dropzone-ui.ui-state-active div.drop-zone-text {
    width: 100%;
    height: 150px;
    display: block;
    font-size: 20px;
    line-height: 150px;
}

div.files-bucket .ns_btn-delete {
    cursor: pointer;
}

div.ui-progressbar {
    width: 140px;
    height: 15px;
    float: left;
    margin-right: 10px;
    border: #169DD8 solid 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    clear:both;
}

div.ui-progressbar-value {
    height: 15px;
    background: #1a99dc; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5adbf7', endColorstr='#1a99dc'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#5adbf7), to(#1a99dc)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #5adbf7,  #1a99dc); /* for firefox 3.6+ */
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
