/* line 11, ../../../app/stylesheets/_error.sass */
#flash_notice {
  padding: 5px 8px;
  margin: 10px 0;
  background-color: #CFC;
  border: solid 1px #6C6; }

/* line 21, ../../../app/stylesheets/_error.sass */
#flash_error {
  padding: 5px 8px;
  margin: 10px 0;
  background-color: #FCC;
  border: solid 1px #C66; }

/* line 31, ../../../app/stylesheets/_error.sass */
.fieldWithErrors {
  display: inline; }

/* line 37, ../../../app/stylesheets/_error.sass */
#errorExplanation {
  width: 400px;
  border: 2px solid #CF0000;
  padding: 0px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0; }
  /* line 51, ../../../app/stylesheets/_error.sass */
  #errorExplanation h2 {
    text-align: left;
    font-weight: bold;
    padding: 5px 5px 5px 15px;
    font-size: 12px;
    margin: 0;
    background-color: #c00;
    color: #fff; }
  /* line 67, ../../../app/stylesheets/_error.sass */
  #errorExplanation p {
    color: #333;
    margin-bottom: 0;
    padding: 8px; }
  /* line 75, ../../../app/stylesheets/_error.sass */
  #errorExplanation ul {
    margin: 2px 24px; }
    /* line 79, ../../../app/stylesheets/_error.sass */
    #errorExplanation ul li {
      font-size: 12px;
      list-style: disc; }
