

/** FORM **/
.static-form-wrapper .form .form-error-summary {
  margin-bottom:20px;
}
.static-form-wrapper .form .form-row .form-label {
  display:block;
}
.static-form-wrapper .form .static-content select,
.static-form-wrapper .form .static-content .htmldd,
.static-form-wrapper .form .static-content .styledd,
.static-form-wrapper .form .static-content .form-textbox input,
.static-form-wrapper .form .static-content .form-textbox textarea {
  background:#FAFAFA;
  border:2px solid #FAFAFA;
}
.static-form-wrapper .form .static-content.static-grey select,
.static-form-wrapper .form .static-content.static-grey .htmldd,
.static-form-wrapper .form .static-content.static-grey .styledd,
.static-form-wrapper .form .static-content.static-grey .form-textbox input,
.static-form-wrapper .form .static-content.static-grey .form-textbox textarea {
  background:#FFFFFF;
  border:2px solid #FFFFFF;
}
.static-form-wrapper .form .static-content .form-field.form-field-error select,
.static-form-wrapper .form .static-content.static-grey .form-field.form-field-error select,
.static-form-wrapper .form .static-content .form-field .styledd.form-field-error,
.static-form-wrapper .form .static-content.static-grey .form-field .styledd.form-field-error,
.static-form-wrapper .form .static-content .form-field.form-field-error .htmldd,
.static-form-wrapper .form .static-content.static-grey .form-field.form-field-error .htmldd,
.static-form-wrapper .form .static-content .form-field.form-field-error .styledd,
.static-form-wrapper .form .static-content.static-grey .form-field.form-field-error .styledd,
.static-form-wrapper .form .static-content .form-field.form-field-error input,
.static-form-wrapper .form .static-content.static-grey .form-field.form-field-error input,
.static-form-wrapper .form .static-content .form-field.form-field-error textarea,
.static-form-wrapper .form .static-content.static-grey .form-field.form-field-error textarea {
  border:2px solid #DC5912;
}
