#upload-attachments h3 {
    border-bottom: solid 2px #3c78b5;
    color: #036;
    padding: 5px 0 0 5px;
}
#upload-files,
#upload-comments {
    float: left;
    width: 49%;
}
#upload-attachments li {
    margin: .3em 0 0 0;
    line-height: 2;
}
#upload-files {
    margin-bottom: 1em;
}
#upload-files ol {
    margin: 0 0 0 2em;
    padding: 0;
}
#upload-files h3 {
    padding-left: 2em;
}
#upload-comments ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
#upload-attachments p.link {
    clear: left;
}
#upload-attachments p.submit {
    clear: left;
    text-align: center;
}
.captcha {
    clear: left;
}