/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


form.comatic label {
  display: block;
}


input.error {
  outline:none;
  border: 1px solid #ff0000;
  /* create a BIG glow */
  box-shadow: 0px 0px 14px #ff0000;
  -moz-box-shadow: 0px 0px 14px #ff0000;
  -webkit-box-shadow: 0px 0px 14px #ff0000;
}


.ccc-errors {
  border: 1px solid #F99;
  padding: 10px;
  background:#FEE;
  border-radius: 5px;
}
.ccc-errors .error-title {
  color: #F99;
}

