#flash_notice, #flash_error, #flash_warning {
  font-weight: bold;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

#flash_error, #flash_warning {
  background: red;
  color: white;
  border: 1px #600 solid;
}

#flash_notice {
  background: green;
  color: white;
  border: 1px #030 solid;
}
