#main-content-container  {
  background: white;
  float: left;
  width: 640px;
  padding: 15px;
  padding-top: 20px;
  margin-top: 27px;
  margin-top: 20px;
  border-width: 6px 6px 6px 0;
  border-width: 0px 6px 6px 0;
  border-image: url("/images/tuffy/metallic-border.png") 4 4 4 4 !important;
  border-radius: 0 11px 11px 0;
  border-style: solid;
}

#subpage-header h1 {
  color: #222;
  font-family: 'league_gothicregular',Arial,Helvetica,sans-serif;
  font-size: 36px;
  letter-spacing: 1px;
  padding-left: 25px;
}

input[type="text"], label {
  display: block;
  float: left;
}

label {
  clear: left;
}

label em {
  color: red;
}

.form-page h3 {
  clear: left;
  margin-top: 20px;
}

#other_name {
  float: none;
  display: inline;
}

#customer_appointment_time {
  float: left;
}

#find-location-popup {
  display: none;
}


#facebox {
  top: 130px !Important;
  width: 500px;
}

#facebox .content {
  /*padding: 10px 20px !important;*/
  background: url(/images/tuffy/bg-body.jpg) white !important;
}

#facebox p {
  padding: 10px 20px;
  background: -moz-linear-gradient(top,  rgba(255,223,0,0.8) 0%, rgba(251,220,3,0.8) 10%, rgba(237,208,14,0.79) 32%, rgba(201,176,42,0.77) 77%, rgba(193,169,48,0.76) 90%, rgba(189,166,50,0.76) 100%);
  margin-bottom: 0;
}

#facebox_overlay {
  opacity: 0.8 !important;
}

#facebox p b {
}

#facebox .find-location-form {
  position: relative;
  right: auto;
  margin: 0px auto;
  padding-bottom: 15px;
  width: 235px;
  height: 80px;
  top: 8px;
}

#facebox .find-location-form .find-location-header {
  font-size: 20px;
  width: 220px;
}

#facebox .find-location-form .zip-code {
  font-size: 24px;
  height: 40px;
  width: 185px;
}

#facebox .find-location-form .find-location {
  height: 34px;
  width: 32px;
}

#facebox .find-location-form .search-icon {
  height: 33px;
}

#facebox .close_image {
  position: relative;
  top: -1px;
}

.popup-body {
  padding: 20px 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.49) 0%, rgba(247, 247, 247, 0.48) 16%, rgba(245, 245, 245, 0.48) 20%, rgba(204, 205, 207, 0.42) 72%, rgba(194, 196, 198, 0.4) 86%, rgba(189, 191, 193, 0.39) 97%, rgba(188, 190, 192, 0.36) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

#facebox .popup .content {
  width: 100%;
}

.find-location {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 5px;
  padding-left: 7px;
  display: block; 
  float: left;
  width: 26px;
  background: rgb(78,112,158);
  height: 24px;
  background-image: linear-gradient(#66BDFF, #0D9EFF);
  background-image: linear-gradient(rgb(113,158,206), rgb(69,101,147));
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 0 0 1px rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(23, 51, 78, 0.03), 0 0 4px rgba(0, 57, 102, 0.2);
  cursor: pointer;
  opacity: 0.9;
  height: 29px !Important;
}

.find-location:hover {
  opacity: 1;
}

.search-icon {
  height: 28px !Important;
  opacity: 0.9;
}
.find-location-header {
  color: rgb(35,31,32);
  color: #eee;
  font-size: 14px;
  padding-left: 8px;
  background: linear-gradient(rgb(234,202,113), rgb(242,234,193)); 
  background: linear-gradient(rgb(113,158,206), rgb(69,101,147)); 
  margin-bottom: 8px;
  font-family: arial;
  font-weight: bold;
  width: 155px;
  line-height: 140%;
  box-shadow: 0px 0px 5px rgb(113,158,206);
}
.zip-code {
  height: 30px;
  width: 105px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 0px 8px;
  display: block; 
  border-color: rgba(51, 166, 255, 0.6) rgba(39, 145, 225, 0.6) rgba(0, 122, 204, 0.6);
  float: left;
  font-weight: bold;
  color: rgba(54,50,41);
  opacity: 0.75;
  height: 40px;
}
.zip-code:hover, .zip-code:focus {
  opacity: 1;
}

#facebox .popup .content > p:first-child {
  font-size: 18px !important;
}

#intro_text {
  padding-bottom: 6px;
}

#header-tabs {
  left: 360px !important;
}

#header-home-link {
  position: absolute;
  display: block;
  left: 315px;
  top: 42px;
}

#header-home-link img {
}

#facebox .find-location-form .zip-code {
  font-size: 22px;
  width: 185px;
  font-weight: normal;
}


