/* --- FORM MESSAGES --- */
#successBox, #errorBox {
  border: 1px solid;
  margin: 10px auto;
  padding: 15px 10px 15px 60px;
  background-repeat: no-repeat;
  background-position: 10px center;
  width: 350px;
}

#successBox {
  background-color: #dff2bf;
  background-image:url('/img/success_ico.png');
  color: #4f8a10;
}

#errorBox {
  background-color: #ffbaba;
  background-image: url('/img/error_ico.png');
  color: #d8000c;
}


