#add-document {
    float: none;
}
.extra_document_fields {
    display: block;
    border: 1px solid #ccc;
    background-color: #eee;
    padding: 4px;
    margin-bottom: 4px;
    width: 455px;
    position: relative;
}
.label {
    width: 150px;
}
#upload-documents .label label {
    width: 140px;
    margin-left: 0;
}
#upload-documents textarea {
    width: 280px;
    height: 90px;
}
.document-name {
    width: 250px;
    font-weight: bold;
    padding-right: 20px;
}
.document-description {
    font-size: 0.8em;
    color: #777;
    width: 250px;
}
#upload-documents .document-remove a,
.manual-add-form a.remove {
    color: #A00;
}
.progressbar {
    background-color: #EEE;
    border: 1px solid #DDD;
    display: block;
    height: 25px;
    width: 254px;
}
.bar {
    height: 25px;
    background: green;
    display: block;
    -moz-transition:    width 0.3s;
    -webkit-transition: width 0.3s;
    -o-transition:      width 0.3s;
}
.cancelbutton {
    background-color: #666;
    border: 1px solid #333;
    color: #FFF;
    cursor: pointer;
    font-family: monospace;
    font-size: 20px;
    font-weight: 900;
    height: 10px;
    line-height: 13px;
    padding: 6px;
    position: absolute;
    right: 6px;
    text-align: center;
    top: 7px;
    vertical-align: top;
    width: 10px;
}
.cancelbutton:hover {
  background-color: #777;
}
.collapsebutton {
    background-color: #EB0;
    border: 1px solid #B90;
    color: #FFF;
    cursor: pointer;
    font-family: monospace;
    font-size: 20px;
    font-weight: 900;
    height: 10px;
    line-height: 9px;
    padding: 6px;
    position: absolute;
    right: 33px;
    text-align: center;
    top: 7px;
    vertical-align: top;
    width: 10px;
}
.collapsebutton:hover {
  background-color: #FC0;
}
.extra_document_fields .save_document {
  bottom: 7px;
  margin-right: 0;
  position: absolute;
  right: 6px;
}