#customForm {
  padding: 0;
}

#customForm label {
  display: block;
  color: #000;
  line-height: 1.4em;
}

#customForm input {
  background: url("../images/tex_bg.gif") repeat-x scroll 0 0 #FFFFFF;
  border-color: #727272 #B4B4B4 #DADADA;
  border-left: 1px solid #B4B4B4;
  border-right: 1px solid #B4B4B4;
  border-style: solid;
  border-width: 1px;
  font-size: 13px;
  margin: 3px 0 0;
  padding: 5px 7px;
}

#customForm input#send {
  background-image: none !important;
}

#customForm input[type^="text"] {
  width: 300px;
  margin-bottom:15px;
}

#customForm input#city {
  width: 250px;
  margin-right: 15px;
}

#customForm label i {
  font-size: 0.75em;
  line-height:1;
}

#customForm input.dob {
   width: 75px;
}

#customForm #zipcode {
  display: inline;
  width: 40px;
}

#customForm input.error {
  background: #f8dbdb;
}

#customForm textarea {
  width: 550px;
  height: 80px;
  padding: 6px;
  color: #adaeae;
  border: 1px solid #cecece;
}

#customForm textarea.error {
  background: #f8dbdb;
  border-color: #e77776;
}

#customForm div span {
  margin-left: 10px;
  color: #b1b1b1;
}

#zipcodeInfo {
  left:0 !important;
  top:0 !important;
}

#customForm div span.error,
#customForm div.error  {
  color:#E46C6E;
  font-size:xx-small;
}

div#store-locator div.zipcode {
  float: left;
  width: 70px;
}

div#store-locator div.city {
  float: left;
  height:45px;
}

.distance label {
  position:relative;
}

select {
  background:url("../images/tex_bg.gif") repeat-x scroll 0 0 #FFFFFF;
  border-style:solid;
  border-width:1px;
  border-color:#727272 #B4B4B4 #DADADA !important;
  display:block;
  float:left;
  margin:3px 0 0 0;
  padding:4px;
}

.results {
  position: relative;
  top: 20px;
}

ol#results {
  display: block;
}

div.formStart, div.formStartButton {
  float:right;
}

legend.formStandard {
  font-size:1.25em;
  font-weight:bold;
}

.red {
  color:red;
  font-weight:bold;
}

fieldset {
  -moz-border-radius:5px 5px 5px 5px;
  border:1px solid #CCCCCC;
  padding-left:25px;
  padding-top:15px;
  margin-bottom:5px;
  white-space:pre;
}

fieldset#sl {
  white-space: normal;
}

select#dl_distance, select#dl_city {
  margin-right:5px;
  line-height:1.75em;
}

input[type ^="hidden"] {
  display:none;
}
