#flashes div {
  margin: 0;
  margin-bottom: 15px;
  padding: 15px;
  color: #555;
  text-align: left;
  border: 1px solid #aaa;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
}

/* red  */
#flashes div#error,
#flashes div#alert {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

/* green */
#flashes div#notice {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

/* yellow */
#flashes div#warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

/* white */
#flashes div#info {
  border-color: #aaa;
}

#flashes div#info,
#flashes div#info a {
  color: #aaa;
}

#warnings div {
  margin: 0;
  margin-bottom: 15px;
  padding: 15px;
  color: #555;
  text-align: left;
  border: 1px solid #aaa;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

#warnings div a {
  color: #fff;
  padding: 5px 10px;
  background-color: #8a6d3b;
  margin: 0 10px;
}
