form.ccuf-form {
    max-width: 600px;
    background: #f7f7f7;
    padding: 20px;
    border-radius: 8px;
}
form.ccuf-form p {
    margin-bottom: 12px;
}
form.ccuf-form input, form.ccuf-form select, form.ccuf-form textarea {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
}
form.ccuf-form input[type="submit"] {
    background: #0073aa;
    color: white;
    border: none;
    cursor: pointer;
}
form.ccuf-form input[type="submit"]:hover {
    background: #005177;
}
.ccuf-confirmation {
    background-color: #dff0d8;
    color: #3c763d;
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 20px;
}
