#form-contactus .newpost-options {
    display: none;
}

#form-contactus .file-uploads {
    border: 2px groove #c0c0c0;
    padding: 8px;
    margin-left: 2px;
    margin-right: 2px;
}
#form-contactus .file-uploads .header {
    font-size: 150%;
    margin-bottom: 10px;
    font-weight: bold;
}

#form-contactus .editor-attachments-button {
    display: none;
}

.vbpcfu-verification-info {
    margin-bottom: 10px;
    background-color: #ffdddd;
    border: 2px solid #aa0000;
}
.vbpcfu-verification-header, .vbpcfu-verification-actions {
    padding: 6px;
}
.vbpcfu-verification-header {
    font-weight: bold;
    font-size: 120%;
    border-bottom: 1px solid #aa0000;
}

.vbpcfu-actions .vbpcfu-form {
    margin-top: 8px;
    border: 1px solid black;
    padding: 8px;
    width: fit-content;
    margin-right: auto;

}
.vbpcfu-actions .vbpcfu-form .row {
    margin-top: 4px;
    margin-bottom: 4px;
}

.vbpcfu-admin-verify {
    display: none;
}

.contactus-options.collapsed .contactus-option {
    display: none;
}
.contactus-options.collapsed .contactus-option.checked {
    display: block;
}
.contactus-see-options {
    display: none;
}
.contactus-options.collapsed .contactus-see-options {
    display: block;
}

.contactus-option {
    font-size: 14px;
}
.contactus-option.checked {
    font-weight: bold;
}
.contactus-option.checked label a {
    font-weight: normal;
}
.contactus-see-options {
    font-size: 14px;
}

.vbpcfu-special-form {
    display: none;
}

.form-contactus.current-pro .vbpcfu-special-form.vbpcfu-form-pro {
    display: block;
}

.isMobile #form-contactus > table td.panelsurround {
    padding: 0;
}

.isMobile .page form#form-contactus table .panelsurround .panel > div {
    width: 100% !important;
}

#form-contactus .gdpr-notice {
    padding: 6px;

}
.contactus-form-block {
    padding: 6px;
}

.form-contactus.current-pro .contactus-user-details .details-row-name {
    display: none;
}

.vbpcfu-special-form.vbpcfu-form-pro {
    border: 2px groove #c0c0c0;
    margin: 0 2px;
    padding: 4px;
}
.vbpcfu-form .field-label-header, .form-contactus .field-label-header {
    font-weight: bold;
    font-size: 110%;
    margin-bottom: 4px;
}
.field-label-header .label-header-description {
    font-weight: normal;
}
.vbpcfu-form .row {
    margin-bottom: 8px;
}
.vbpcfu-form ul.radio-group {
    margin: 4px 0;
    padding-inline-start: 8px;
}
.vbpcfu-form .radio-group li {
    list-style-type: none;
}
.vbpcfu-form .field-input input[type="text"] {
    width: 95%;
    max-width: 30em;
}
.form-contactus .special-message-header {
    display: none;
}
.form-contactus.current-pro .special-message-header.message-header-pro {
    display: block;
}
.form-contactus.current-pro .default-message-header {
    display: none;
}
.form-contactus .message-area .field-label-header {
    font-size: 15px;
}

.vbpcfu-copy-to-album {
    margin-top: 0;
    opacity: 1;
}