#fileupload {
    margin: 25px auto 15px;
    width: 772px;
}

#fileupload > .toolbar {
    height: 30px;
}

#fileupload > .working-area {
    height: 243px;
    margin: 10px 0;
    color: #ffffff;
    overflow-y: auto;
}

#fileupload > .working-area > .table td {
    border-top: none;
}

#fileupload > .working-area > .table td.filename {
    width: 320px;
}

#fileupload > .working-area > .table td.status {
    width: 250px;
}

#fileupload > .working-area > .table td.status > .progress {
    margin-bottom: 0;
}

#fileupload > .statusbar-normal {
    height: 48px;
    text-align: center;
    border: #ffffff dashed 1px;
    position: relative;
}

#fileupload > .statusbar-normal > small {
    line-height: 48px;
}

#fileupload > .statusbar-normal > small > span {
    font-size: 20px;
    font-variant: small-caps;
}

#fileupload > .statusbar-normal > #fileupload-drop-area {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#fileupload > .statusbar-cut {
    height: 21px;
    text-align: center;
    display: none;
}

#fileupload.no-dnd > .working-area {
    height: 272px;
}

#fileupload.no-dnd > .statusbar-normal {
    display: none;
}

#fileupload.no-dnd > .statusbar-cut {
    display: block;
}
