.contact_info_container {
  position: relative;
  overflow: hidden;
  background-image: url('../images/contact_top.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.contact_info_container table {
  color: #FFF;
  position: relative;
  z-index: 10;
}

.contact_info_container table td {
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #FFF;
  padding: 20px 0;
}

.contact_info_container table td.title {
  font-size: 40px;
  font-weight: bold;
}

.contact_info_container table td.tel_container,
.contact_info_container table td span.title {
  font-weight: bold;
}

.contact_info_container table td.tel_container .tel {
  width: 62px;
  
}

.contact_info_container td div.address,
.contact_info_container td div.map {
    margin-top: 30px;
}

.contact_info_container td div.map a {
  display: inline-block;
  color: #FFF;
  font-weight: bold;
  font-size: 15px;
  padding: 8px 20px;
  border: 1px solid #FFF;
  border-radius: 5px;
}

.inquiry_container {
  padding: 90px 130px 0;
  background-color: #F7F7F7;
}

.inquiry_container .title {
  text-align: left;
  font-size: 24px;
  font-weight: bold;
  color: #023C76;
}

.inquiry_container .title a {
  color: #023C76;
  text-decoration: underline;
}

.inquiry_container form.inquiry {
  background-color: #FFF;
  width: 600px;
  margin: 20px auto 0;
  padding: 20px;
}

.inquiry_container table {
  border-collapse: separate;
  border-spacing: 0 10px;
}

.inquiry_container table tr {
  margin: 10px;
}

.inquiry_container table td {
  border: 1px solid #BBB;
  padding: 10px;
}

.inquiry_container table td.left {
  border-right: none;
  width: 100px;
}

.inquiry_container table td.right {
  border-left: none;
  padding: 0px 10px;
}

.inquiry_container table td.send_container {
  border: none;
  padding: 20px 0 10px;
  text-align: center;
}

.inquiry_container input {
  border: none;
  width: 100%;
  line-height: 30px;
  font-size: 16px;
  color: #33F;
}

.inquiry_container textarea {
  width: 100%;
  height: 200px;
  border: none;
  font-size: 16px;
  color: #33F;
}

.inquiry_container input.send {
  width: 120px;
  padding: 5px 0;
  background-color: #023C76;
  border-radius: 5px;
  color: #FFF;
  font-weight: bold;
  font-size: 15px;
}

.inquiry_container input.send:hover {
  cursor: pointer;
  color: #BBB;
  background-color: #124C96;
}

.become_a_patient_container {
  background-color: #F7F7F7;
}

.direct_email {
  margin: 10px 0 0;
  font-style: italic;
}

.direct_email .underline {
  text-decoration: underline;
}