#agent_finder {
  margin-left: 122px;
  background: url(/images/background_agent_finder.gif) no-repeat top right;
}

#agent_finder h2 {
  height: 80px;
}

#agent_finder form {
  padding-left: 220px;
  height: 130px;
}

#agent_finder form p {
  margin-bottom: 7px;
  padding-right: 50px;
}

#agent_finder .formRow {
  padding-top: 5px;
}

#agent_finder .formRow label {
  color: #276eb7;
  font-weight: bold;
  text-align: right;
  width: 100px;
  padding: 2px 10px 0 0;
}

#agent_finder .formRow input {
  font-size: 11px;
  width: 200px;
}

#agent_finder .formRow select {
  font-size: 11px;
  width: 204px;
}

#agent_finder .submitRow {
  float: right;
  padding: 10px 40px 0 0;
}

#agent_finder h2 span {display: none;}

#agent_finder .agent_finder_results {
  padding-left: 35px;
}

#agent_finder .agent_finder_results p.top {
  margin: 70px 280px 0 70px;
}

#agent_finder .agent_finder_results h2 {
  margin: 10px 0;
  color: #b8892d;
  height: 20px;
}

#agent_finder .agent_finder_results h3 {
  font-weight: bold;
  color: #276eb7;
  font-size: 12px;
}

#main .agent_finder_results li {padding: 0 0 12px 0;}
#main .agent_finder_results li a {color: #276eb7;}
#main .agent_finder_results li p {color: #bd8c2f; margin-top: 2px}

.agent_finder_results {
  position: relative;
  min-height: 500px;
}

#results {
  margin-top: 20px;
}

#map {
  width: 365px;
  height: 320px;
  float: left;
}

#agents ul {
  margin: 10px 0 0 10px;
  height: 320px;
  width: 200px;
  overflow: auto;
  display: block;
}


