

.contact-header {
  background-color: #F5F5F5;
  border-top: solid 1px #CCCCCC;
  border-bottom: solid 1px #CCCCCC;
  padding: 10px;
  margin-bottom: 30px;
}

.contact-header span {
  font-weight: bold;
  color: #1F5172;
}

.contact-note {min-height: 25px}
.contact-note span {font-weight: bold;}
.contact-left {width: 30%; text-align: right; padding-right: 5%; margin-bottom: 10px;}
.contact-left span {position: relative; top: 5px;}
.contact-left i {color: #FF0000; position: relative; top: 2px;}
.contact-policy-agree {

}

.contact-hr {
  height: 10px;
  border-top: solid 1px #CCCCCC;
  display: block;
  width: 100%;
}

.contact-right {width: 65%; text-align: left; margin-bottom: 10px;}
.contact-right input {
  width: 90%;
  border: solid 1px #CCCCCC;
  padding: 5px;
}

.contact-right textarea {
  width: 90%;
  border: solid 1px #CCCCCC;
  padding: 5px;
  height: 150px;
}

.contact-right select {
  min-width: 10%;
  max-width: 60%;
  width: auto;
  border: solid 1px #CCCCCC;
  padding: 5px;
}

.contact-button {
  width: 70%;
  padding-left: 30%;
  margin-bottom: 60px;
}

.contact-link span {
  position: relative;
  top: 1px;
}

.contact-link a {
  position: relative;
  top: 1px;
}