.contactBox {
  margin-top: 20px;
  color: #4F4F4F;
  padding-bottom: 20px;
}

.rowBox {
  margin-bottom: 25px;
}

.rowBox:last-child {
  margin-bottom: 0;
}

.rowBox > p {
  margin-bottom: 10px;
}

.rowBox > p.other_color {
  color: #64A0DA;
  font-weight: bold;
}

.rowBox > p > span {
  color: red;
}

.rowBox.btnBox {
  margin-top: 25px;
}

.tempDiv {
  text-align: justify;
}

.tempDiv > .tip_email {
  color: red;
  font-size: 0.77778rem;
  margin-top: 5px;
}

.tempDiv > .txtArea {
  height: 250px;
  resize: none;
}

.btnbox {
  text-align: right;
}

.btnbox > .btnMain {
  width: 90px;
  height: 40px;
}
/*# sourceMappingURL=contact.css.map */