.coolformerror {
  background: url(../img/error.png) no-repeat;
  height: 14px;
  color: #CC0000;
  margin: 10px 0;
  padding: 0 0 0 20px;
}

.coolformsuccess {
  background: url(../img/success.png) no-repeat;
  height: 14px;
  color: #00CC00!important;
  margin: 10px 0;
  padding: 0 0 0 20px;
}

#conForm {
  margin: 15px 0 0 0;
}

#conForm p {
  margin: 10px 0 0 0;
}

#errormessage {
	margin-top:10px;
}
