form#find-a-retailer {
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}
form#find-a-retailer fieldset {
  display: inline-block;
}

form#find-a-retailer fieldset {
  overflow: hidden;
  display: block;
  border: 0;
  margin: 0 0 0 0;
  padding: 15px 0px 5px 0px;
}

form#find-a-retailer fieldset p {
  overflow: hidden;
  height: 100%;
  float: left;
  line-height: 1.5em;
}
form#find-a-retailer fieldset p label {
  position: absolute;
  left: -9999px;
}

form#find-a-retailer fieldset p.field {
  float: left;
  text-align: center;
  margin: 0 2px 0 0;
  padding-bottom: 9px;
  width: 230px;
}

form#find-a-retailer fieldset p.last {
  margin-right: 0;
}

form#find-a-retailer #srch-all {
 float: left;
 width:30px;
 height:31px;
 border:0px;
 padding:0px;
 margin: 0;
}

form#find-a-retailer #view-all {
 float: left;
 width:68px;
 height:20px;
 border:0px;
 padding:0px;
 margin: 2px 0 0 0;
}

form#find-a-retailer fieldset p.last a {
  height: 17px;
}

/*
 *  retailer Results
 */
ul#retailer-results {
  margin-top: 1em;
}
ul#retailer-results li {
  background: none;
  display: inline-block;
}
ul#retailer-results li {
  overflow: hidden;
  display: block;
  margin: 0 0 5px 0;
  padding-top: 5px;
  border-bottom: 1px solid #dbdbdb;
}

ul#retailer-results li div.address {
  float: left;
  width: 60%;
}

ul#retailer-results li div.address address {
  font-style: normal;
}


ul#retailer-results li div.tel {
  float: right;
  width: 30%;
}

ul#retailer-results li.last {
  border-bottom: none !important;
}
ul#retailer-results li div {
  margin: 0;
  padding: 0;
  text-align: left;
  overflow: hidden;
  width: 100%;
}
ul#retailer-results li div a {
  float: left;
}

ul#retailer-results li div.address {
  float: left;
  width: 60%;
}


div.selectbox-wrapper {
  position: absolute;
  width: 400px;
  background-color: white;
  border: 1px solid #ccc;
  margin: 0px;
  margin-top: -10px;
  padding: 0px;
  font-size: 0.8em;
  text-align: left;
  height: 200px;
  *height: 200px; /*IE6 fix */
  overflow: auto;
}
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.selectbox-wrapper ul li.selected {
  background-color: #EAF2FB;
}
div.selectbox-wrapper ul li.current {
  background-color: #CDD8E4;
}
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
}

label {
    display: block;
}
form#find-a-retailer fieldset p.address {
  overflow: hidden;
  display: block;
  width: 215px;
}


input#srch-address,
input#srch-name {
  float: left;
  background: url(/img/installer-search-input.gif) no-repeat;
  border: none !important;
  margin: 0;
  padding-left: 10px;
  width: 170px;
  height: 30px;
  line-height: 30px;
}

input#srch-address {
  background: url(/img/installer-search-input-no-submit.gif) no-repeat;
  width: 180px;
  padding-right: 10px;
}