/* Contact Fom */
.cForm {
  float: left;
  width: 100%;
  margin: 0 0 0 0px;
}

.contForm {
  float: left;
  width: 320px;
  margin: 0 0 0 150px;
}

.cfItem {
  float: left;
  width: 320px;
  margin: 0 0 10px 0;
}

.cfLabel {
  float: left;
  width: 120px;
  margin: 0 10px 0 0;
  height: 20px;
  line-height: 20px;
  font-weight: bold;
}

.cfTextBox input {
  float: left;
  width: 168px;
  padding: 0 10px;
  border: 1px solid #041E4E;
  height: 20px;
  line-height: 20px;
  font-family: Arial;
  font-size: 12px;
}

.cfValidator {
  float: left;
  width: 320px;
  color: red;
}

.cfTextArea textarea {
  float: left;
  width: 298px;
  padding: 10px;
  height: 120px;
  resize: none;
  border: 1px solid #041E4E;
  font-family: Arial;
  font-size: 12px;
}

.cfButton {
  float: left;
  width: 320px;
}

.cfButton input {
  float: right;
  border: none;
  background: #041E4E;
  color: #fff;
  padding: 5px 15px;
  margin: 15px 0 0 0;
}

.cfButton input:hover {
  background: #1A5FA6;
  cursor: pointer;
}

.recap {
  float: left;
  margin: 10px 0;
  width: 320px;
}

/*# sourceMappingURL=contactForm.css.map */
