.contactFormHeader, .contactForm {
  width: 100%;
  font-size: 0.8em;
  line-height: 1.3125em;
  border: 1px solid #999; }

.contactFormHeader {
  background-color: #eeedeb;
  margin-bottom: 4px;
  font-weight: bold;
  padding: 5px 10px; }

.contactForm {
  padding: 20px 10px;
  margin-bottom: 10px; }

.formContainer {
  margin: 0 auto;
  width: 360px;
  height: 190px; }

.clear {
  clear: both; }

.asterisk {
  color: #F00; }

.formElement {
  margin-bottom: 3px; }

.errorContainer {
  height: 1.2em;
  margin-bottom: 2px; }

.error {
  color: #F00;
  padding-left: 175px;
  display: none;
  font-size: 0.9em; }

label {
  width: 170px;
  display: inline-block;
  text-align: right; }

.standardInput {
  width: 150px; }

.dateInput {
  text-align: center;
  width: 2em; }

.confirmBox {
  display: none;
  box-sizing: border-box;
  position: fixed;
  width: 500px;
  height: 140px;
  border: 1px solid black;
  padding: 10px;
  top: 50%;
  left: 50%;
  background-color: #FFF;
  margin-left: -250px;
  margin-top: -100px; }

.baffle {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  opacity: 0.8; }

.ctaButton {
  font-size: 14px;
  cursor: pointer;
  cursor: hand; }
