.editdocform h1 {
    background: #3456b7 url('../img/upload-background.png') no-repeat top left;
}
.editdocform input[type=file], .editdocform .filename {
    margin-top: 12px;
    margin-bottom: 12px;
    width: 100%;
}
.editdocform #progress {
    visibility: hidden;
    position: relative;
    border: 1px solid #808080;
    margin-bottom: 12px;
    height: 12px;
}
.editdocform #progress #bar {
    background-color: #b0b0b0;
    height: 12px;
    width: 70%;
}
.editdocform #percent {
    position: relative;
    top: -100%;
    padding: 1px;
    font-size: 10px;
    text-align: center;
}
.editdocform .errormessage {
    display: none;
    margin: 0;
    font-size: 12px;
    color: red;
}
.editdocform label {
    font-size: 14px;
    color: #808080;
}
.editdocform textarea {
    display: inline-block;
    font: 16px Helvetica, Helvetica Neue, Arial, sans-serif;
    width: 99%;
    padding: 2px 0 2px 4px;
    margin: 4px 0 0 0;
    outline: none 0;
    border: 1px solid #3b5998;
}