.contactPhone {
  font-size: 1.2em;
  line-height: 1.5em;
  color: #57afd8;
  font-weight: 700;
  font-family: 'Open Sans Condensed', sans-serif;
}
.seeExample {
  float: right;
  font-size: 0.9em;
  line-height: 1em;
  margin-top: -5px;
}
#tabRow {
  background: #008c99;
  color: #333;
  height: 36px;
  width: 610px;
}
#tabRow ul {
  font-size: 1.3em;
  line-height: 2.77em;
  font-weight: 700;
  padding-left: 15px;
  overflow: hidden;
  margin: 0;
}
#tabRow ul li {
  height: 36px;
  list-style: none;
  float: left;
  margin-right: 25px;
  cursor: pointer;
  color: #fff;
}
#tabRow ul li:hover {
  text-decoration: underline;
}
#tabRow ul li.active {
  color: #ebe72a;
  background: transparent url('images/active-arrow.png') no-repeat center bottom;
}
#theForms {
  padding: 25px 15px;
  position: relative;
  color: #666;
  width: 540px;
}
#theForms strong {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  color: #57afd8;
  font-size: 1.429em;
  line-height: 1.2em;
}
#theForms .required {
  color: #c50034;
  font-size: 1.2em;
}
#theForms a {
  color: #008c99;
}
#theForms .generalLabel {
  width: 200px;
  font-size: 1.4em;
  line-height: 2.14em;
  text-align: right;
}
#theForms .generalElement {
  text-align: right;
  vertical-align: top;
  font-size: 1.4em;
  line-height: 2.14em;
  position: relative;
}
#theForms .generalElement .seeExample {
  position: absolute;
  left: 100%;
  font-size: 0.9em;
  width: 80px;
}
#theForms select {
  width: 325px;
  color: #666;
  height: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
#theForms .generalText {
  width: 320px;
  height: 24px;
  padding: 3px;
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  box-shadow: inset 2px 2px 2px #e3e3e3;
  color: #666;
}
#theForms .generalText.invalid {
  box-shadow: inset 2px 2px 2px #d09ea5;
}
#theForms .generalCheckbox {
  font-size: 1.4em;
  line-height: 1.2em;
  padding-left: 10px;
}
#theForms .fieldMessage {
  width: 325px;
  height: 110px;
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  box-shadow: inset 2px 2px 2px #e3e3e3;
}
#theForms .invalid {
  background: #e2b0b7;
}
#theForms label.invalid {
  background: transparent;
  color: ;
  font-weight: bold;
  font-size: 0.9em;
  line-height: 1.3em;
}
#theForms .fieldMonth {
  width: 115px;
  background: #fff;
  vertical-align: top;
}
#theForms .fieldMonth.invalid {
  background: #fff;
}
#theForms .fieldMonth + label.invalid {
  display: none !important;
}
#theForms .fieldDay {
  width: 100px;
  background: #fff;
  vertical-align: top;
}
#theForms .fieldDay.invalid {
  background: #fff;
}
#theForms .fieldDay + label.invalid {
  display: none !important;
}
#theForms .fieldYear {
  width: 100px;
  float: right;
  margin-left: 4px;
  vertical-align: top;
}
#theForms .fieldYear.invalid {
  margin-bottom: 20px;
}
#theForms .fieldYear.invalid + label.invalid {
  position: absolute;
  bottom: 0;
  right: 0;
}
#theForms .fieldYear.invalid ~ select {
  background: #e2b0b7;
}
#theForms .fieldYear.invalid ~ select.invalid {
  background: #e2b0b7;
}
#theForms .fieldTime {
  width: 105px;
}
#theForms .fieldTime + label.invalid {
  display: none;
}

/* ****************************************************************************************************** */


#theForms .fieldHourMinute{
  width: 105px;
}
#theForms .fieldHourMinute + label.invalid {
  display: none !important;
}
#theForms .fieldHourMinute.invalid + label {
  display: none !important;
}

#theForms .fieldAMPM {
  width: 105px;
}
#theForms .fieldAMPM.invalid {
  margin-bottom: 20px;
}
#theForms .fieldAMPM.invalid + label.invalid {
  position: absolute;
  bottom: 0;
  right: 0;
}
#theForms .fieldAMPM.invalid ~ select {
  background: #e2b0b7;
}
#theForms .fieldAMPM.invalid ~ select.invalid {
  background: #e2b0b7;
}
/* ********************************** */

#theForms .fieldState {
  width: 115px;
  margin-right: 20px;
}
#theForms .fieldZipcode {
  width: 100px;
}
#formContainer {
  float: left;
  width: 590px;
  margin-top: 20px;
  padding-left: 50px;
}
.contactRight {
  float: right;
  width: 235px;
  min-height: 910px;
  padding: 0 35px 0 30px;
  margin-top: 40px;
  background: transparent url('images/vertical-divider.png') no-repeat left center;
}
.contactRight p {
  margin-bottom: 0;
}
.contactRight a {
  color: #008c99;
  font-weight: 700;
}
.contactRight .all_faqs_link {
  text-align: center;
}
.sidebar_rule {
  margin: 10px 0;
}
img#contactEmailClubLink {
  padding-left: 16px;
  padding-bottom: 34px;
}
div#contactTextContainer {
  position: relative;
}
img#contactTextHdr {
  position: absolute;
  top: 27px;
  left: 28px;
}
div#contactText {
  position: absolute;
  top: 58px;
  left: 31px;
  width: 412px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: #000;
}
div#formContainer {
  position: relative;
}
img#swirls {
  position: absolute;
  top: 45px;
  right: 13px;
  z-index: 9;
}
div#popMsg {
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
}
div#popMsgContent {
  position: absolute;
  top: 38px;
  left: 37px;
  width: 341px;
  text-align: left;
  z-index: 3;
}
div#msgHdr {
  font-size: 20px;
  line-height: 28px;
}
div#theMsg {
  width: 290px;
  float: left;
  font-size: 12px;
  line-height: 16px;
}
div#msgBtn {
  clear: both;
  float: right;
  padding-right: 32px;
}
img#btnContinue {
  display: none;
}
img#btnClose {
  display: none;
}
