#cia-upload-form {
    background: #f9f9f9;
    padding: 28px;
    border-radius: 4px;
    max-width: 540px;
    box-shadow: 0 0 8px #ccc;
    margin-bottom: 10px;
    font-family: Arial, sans-serif;
}
#cia-upload-form label {
    font-weight: bold;
    margin-bottom: 6px;
    display: block;
}
#cia-upload-form input, #cia-upload-form select, #cia-upload-form button {
    margin-bottom: 10px;
    padding: 8px 12px;
    width: 100%;
    font-size: 14px;
}
.inline {
    display: inline-block;
    width: 48%;
    margin-right: 4%;
    vertical-align: top;
}
.inline:last-child {
    margin-right: 0;
}
#cia-upload-submit {
    background-color: #444F20;
    color: #fcff00;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    width: auto;
    font-weight: bold;
}
#cia-result a {
    font-weight: bold;
    color: #4F4F20;
    text-decoration: none;
}
#cia-result a:hover {
    text-decoration: underline;
}
