.italic {
    font-style: italic;
}

.strong {
    font-weight: bold;
}

form#complaint-form fieldset {
    padding: 0.5em 1em 1em;
    margin-top: 1em;
}

legend {
    font-weight: bold;
}

.input-field {
    clear: both;
}
.instructions {
    clear: both;
    padding-top: 20px;
}

form#complaint-form p {
    clear: both;
}

form#complaint-form span.required {
    color: red;
}


.error {
    color: red;
}

form#complaint-form label {
    display: block;
    float: left;
    width: 35%;
    text-align: right;
}

form#complaint-form label.textarea {
    width: 100%;
    text-align: left;
}

form#complaint-form label.multiple {
    float: none;
    display: inline;
    width: auto;
}
form#complaint-form div.multiple {
    float: left;
    margin-right: 15px;
}

form#complaint-form label.error {
    width: 100%;
    text-align: center;
}

form#complaint-form input.error, form#complaint-form textarea.error {
    border: 1px solid red;
    background: #ffeeee;
}

form#complaint-form input[type="text"], form#complaint-form input[type="file"], form#complaint-form select {
    width: 50%;
    float: left;
    margin-left: 2.5%;
}

form#complaint-form textarea {
    width: 100%;
}

form#complaint-form label.required:after {
    content: " *";
    color: #1a4ab0;
}

.hidden {
    visibility: hidden;
    height: 0;
    margin: 0;
    padding: 0;
}

.for-popup {
    font-size: 14px;
    display: none;
}

.for-popup h4 {
    clear: both;
    line-height: 1;
    padding: 0.5em 0;
}

.confirmation {
    margin: 0;
    padding: 0;
}

.description {
    float: left;
    clear: left;
    width: 30%;
    text-align: right;
}

.value {
    float: left;
    clear: right;
    width: 60%;
    margin-left: 1em;
}

.form-button {
    margin-left: 32.5%;
    margin-top: 1em;
    width: 50%;
}

/* Error messages */
.error-message {
    border: 1px solid red;
    background: #ffcccc;
    padding: 0 1em;
    margin: 1em 4em;
}

.error-message p {
    text-align: center;
}

