/**
 * contact Us page
 */
.sec-contact-us {
  color: #000;
  margin: 0 auto;
  padding: 30px 0;
  width: 900px;
}

.img-contact-us {
  float: right;
  margin-left: 30px;
}

.spacer-contact-us {
  clear: both;
  height: 30px;
  visibility: hidden;
  width: auto;
}

/**
 *
 */
.contact-us-logo {
  height: 71px;
  width: 175px;
}

.section-contact-us p {
  font-size: 15px;
}


/**
 * obsolete version with form starts from here
 */
.lable-next-line {
  display: block;
}

/**
 * Form .fm-contact-us
 */
.fm-contact-us input {
  font-size: 15px;
  padding: 5px;
  width: 435px;
}

.fm-contact-us .div-label,
.fm-contact-us label {
  display: block;
  font-size: 15px;
}

.box-fm-row {
  margin-bottom: 20px;
  width: 470px; /** 900 - 400 img width - 30 margin on img */
}

.fm-contact-us .label-email-list {
  display: inline-block;
}

.fm-contact-us .input-email-list {
  height: 20px;
  vertical-align: middle;
  width: 20px;
}

.box-input-first-name,
.box-input-last-name {
  display: inline-block;
  width: 50%;
}

.box-input-name label {
  font-size: 13px;
}

.box-input-first-name input,
.box-input-last-name input {
  width: 200px;
}

.fm-contact-us .input-submit {
  padding: 10px 30px;
  width: auto;
}

