.gp_custom_form {
font-family: Arial, Helvetica, sans-serif;
}
.gp_custom_form .field_wrapper {
margin: 10px 0 20px;
}
.gp_custom_form .has_validation_error input,
.gp_custom_form .has_validation_error textarea {
border: 2px solid darkred;
}
.gp_custom_form .checkbox_wrapper.has_validation_error {
border: 2px solid darkred;
padding: 4px 2px 0px 8px;
}
.gp_custom_form .checkbox_wrapper.has_validation_error input {
border: none;
}
.gp_custom_form .error_message,
.gp_custom_form .required_field_message {
color: darkred;
font-weight: bold;
margin-bottom: 6px;
}