#recent_map {
  width: 60%;
  height: 350px;
  border: 1px solid #ACA5CD;
  float: left;
}
#infowindow {
  font-size: 80%;
}
#recent_map #infowindow * {
  margin-bottom: 0.2em;
}
#recent_list {
  width: 38%;
  float: right;
  list-style: none;
  margin-left: 0 !important;
  font-size: 90%;
}
#recent_list img {
  float: left;
}
#recent_list li {
  clear: left;
  padding: 5px;
  cursor: pointer;
  min-height: 32px;
}
#recent_list li:hover {
  background-color: #D7D5E3;
}

#secondary h3 {
  display: inline;
}
#secondary h3,
#secondary p,
#secondary ul {
  margin-bottom: 0;
}

#search p {
  display: inline; 
}
#search_map {
  border: 1px solid #ACA5CD;
  margin-top: 2px;
  width: 250px;
  height: 150px;
  overflow: hidden;
}
#address {
  width: 210px;
}

#download a {
  display: block;
  position: relative;
  top: 5px;
  left: 50%;
  margin-left: -45%;
  width: 90%;
  text-align: center;
  font-size: 120%;
  text-decoration: none;
  padding: 6px 0;
  background: black url(/images/stars.jpg) right top;
  color: #D7D5E3;
  margin-bottom: 1.5em;
}

#user_map {
  margin-top: 2px;
  text-align: center;
}
#user_map img {
  border: 1px solid #ACA5CD;
}
#no_user_map {
  margin-top: 0.5em;
}
