.tx-qa-form-container {
    background: #EBECE9;
    padding: 15px;
}

.tx-qa-form-container h1 {
    color: #0078b8;
    font-size: 1.03em;
    line-height: 1.3;
}

.tx-qa-form-container textarea {
    resize: none;
    max-width: 100%;
}

.tx-qa-form-accept-conditions {
    float: left;
    margin-top: 5px;
    margin-right: 5px;
}
.tx-qa-form .note, .tx-qa-form .error {
    font-size: 0.9em;
    margin-top: 3px;
}

.tx-qa-form input[type="checkbox"] {
    -webkit-appearance: checkbox;
}

.tx-qa-form-error {
    color: red;
}

.tx-qa-form .specialinput {
    display: none;
}
