.upload-panel {
    width: 100%;
    font-family: Arial, serif;
    text-align: left;
}

.upload-feedback {
    float: left;
    clear: both;
    margin: 4px 0;
    height: 1.2em;
}

.upload-section {
    height: 4em;
    float: left;
    clear: both;
    width: 100%;
}

.upload-file {
    float: left;
    font-family: Arial, serif;
    font-size: 100%;
    clear: both;
    width: 100%;
    border: 1px solid #5D73A4;
    background: url( ../image/user-fields-bkg.png ) repeat-y bottom left;
}

.upload-button {
    float: left !important;
    clear: both !important;
    color: white !important;
    background: url( ../image/bt-bkg.jpg ) repeat-x top left !important;
    border: 1px solid #5D73A4 !important;
    font-family: Arial, serif;
    font-size: 95% !important;
    width: 5em !important;
    margin-top: 4px !important;
}

.upload-progress {
    border: none;
    height: 4em;
    font-size: 75%;
    padding: 4px;
    margin-bottom: 8px;
    float: left;
    clear: both;
    width: 100%;
    color: #7E90BF;
    text-align: center;
}

