.sfcf_sent_error {
  color: red;
  text-align: left;
  padding: 8px 10px 0 10px;
}
.sfcf_sent_success{
	font-size: 140%;
	font-weight: bold;
	color: blue;
}

#sfcfname, #sfcfemail, #sfcfsubject, #sfcfmessage {
  padding: 5px;
  margin: 5px 0 0 0;
  border: 1px #808080 solid;
}

#messagebox {
  margin: 10px 0 10px 0;
}

