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

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

form#find-an-installer fieldset p {
  overflow: hidden;
  height: 100%;
  float: left;
  line-height: 1.5em;

}
form#find-an-installer fieldset p label {
  position: absolute;
  left: -999em;
}

form#find-an-installer fieldset p.name {
  float: right;
  text-align: center;
  margin: 0 2px 0 0;
  padding-bottom: 9px;
  width: 390px;
}
form#find-an-installer fieldset p.last a,
form#find-an-installer fieldset p.last input {
  background: #fff;
  text-align:center;
  color: #000000;
  text-decoration: none;
  font-size: 0.9em !important;
  padding: 3px;
  float: left;
  border: 1px solid #d9d9d9;
  margin-right: 15px;
  width: 91px;
}

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

form#find-an-installer #view-all {
 width:68px;
 height:20px;
 border:0px;
 padding:0px;
 margin: 2px 0 0 0;
}

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

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



ul#installer-results li.last {
  border-bottom: none !important;
}

ul#installer-results li.normal div a {
  float: left;
}

ul#installer-results li.normal div.address {
  float: left;
  width: 50%;
}

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


ul#installer-results div.tel {
  float: right;
  width: 264px;
}

ul#installer-results li.enhanced div.image {
  float: left;
  width: 125px;
}

ul#installer-results li.enhanced div.text {
  float: right;
  width: 420px;
}


ul#installer-results li.enhanced div.basic {
  float: left;
  width: 35%;
}


ul#installer-results li.enhanced div.extra {
  float: right;
  width: 264px;
}

ul#installer-results li.enhanced div.extra div.tel {
  margin-bottom: 5px;
}

ul#installer-results li.enhanced div.extra ul {
  margin: 0;
  padding: 0;
}

ul#installer-results li.enhanced div.extra ul li{
  background: url(/img/regular-bullet.gif)  0px 3px no-repeat;
  float: none;
  clear: both;
  padding-bottom: 0;
  margin-bottom: 0;
}



ul#installer-results li.enhanced address {
  float: left;
  display: block;
  font-style: normal;
  padding-botttom: 15px;
}

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-an-installer fieldset p.area {
  overflow: hidden;
  display: block;
  width: 215px;
  background: url(/img/installer-select.gif) no-repeat;
}

.selectbox /* look&fell of select box*/
{
  background: none;
  font-size: 0.8em;
  cursor: pointer;
  border: none;
  width: 215px;
  overflow: hidden;
  height: 13px;
  padding: 9px 0px 9px 9px;
}
select#srch-area {
	border: 0;
}


input#srch-area_input {
  width: 166px;
  border: 0;
  padding-right: 35px !important;
  overflow: hidden;
}
div#srch-area_container {
  position: absolute;
  left: 266px;
  float: none;
  clear: both;
  background: none;
  border: none;
  width: 210px !important;
  overflow: hidden;
  padding: 9px 0 9px 0;
}

div#srch-area_container ul {
  margin: 0;
  padding: 0;
}

div#srch-area_container ul li {
  cursor: pointer;
  background: none;
  background-color: #ebeff4;
  color: #004584;
  border: 1px solid #dddddd;
  border-top: 0;
  margin-right: 0 !important;
  font-size: 1.1em;
}

div#srch-area_container ul li.selected,
div#srch-area_container ul li:hover {
  background-color: #004584;
  color: #ebeff4;
  margin-right: 0 !important;
}

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;
}