:where(.form-field-error input, .form-field-error textarea) {
    border-color: #C00;
}

:where(.form-field-required label) {
    font-weight: bold;
    color: #0c0;
}

:where(.crudField .controls) {
    position: relative;
    float: left;
    width: 356px;
}

:where(.crudField div.error) {
    position: relative;
    float: left;
    top: 5px;
    left: 5px;
}

:where(.crud_text input,
.crud_captcha input,
.crud_textarea textarea,
.crud_selection select) {
    width: 356px;
}

:where(.form-intro) {
    padding: 5px 10px;
}
:where(.form-intro.errors) {
    color: #c00;
}