/* MESSAGES */

p.error, p.thanks { display: none; padding: .5em 1em; color: #000; }
p.error { border: 1px solid #c00; background: #fcc; }
p.thanks { border: 1px solid #0c0; background: #cfc; }

/* FIELD HIGHLIGHTING */

input.error, textarea.error { outline: 1px solid #c00; background: #fcc !important; }
input.error:focus, textarea.error:focus { background: #fee !important;  }
