.errorBox{
  background-color: #ffcccc;
  border: 1px #ff0000 solid;
}

.successBox{
  background-color: #ccffcc;
  border: 1px #00ff00 solid;
}