.error {
  border: 2px solid #DC4747;
}

.errors {
  background-color: #F0CECE;
  border-color:#DC4747;
  border-style:solid none;
  border-width:10px medium;
}

/*
.messages {
  background-color: #CEEBF0;
  border-color: #B2D1E7;
  border-style: solid none;
  border-width: 10px medium;
}
*/

.errors .inner, .messages .inner {
  padding-bottom: 20px;
}
