
/* error_messages_for */
.errorExplanation
{
   background-color: #fff5f5;
   border: solid 1px #ff9999;
   padding: 6px;
   margin-bottom: 14px;
}

/* error_message_on text */
.formError
{
  color: Red;
  font-size: 70%;
}

/* div that wraps input with invalid data */
.fieldWithErrors { display: inline; }

/* the input with invalid data */
.fieldWithErrors input { border: solid 2px #FF201B; }


/* Flash */
.flash
{
  margin: 14px 0 14px 0;
  text-align: center;
  color: White;
}
.notice { background-color: #0051C0; }
.error { background-color: #df0000; }
