#lookup #indicator {
  background-color: red;
  color: white;
}

#lookup #locationlist {
  x-position: absolute;
  background-color: #eee;
  padding: 10px;
  border: 1px solid red;
  z-index: 999;
  cursor: pointer;
}  

#instructions { clear: both; }

#maps-index #themap {
  margin-top: 10px;
  width: 450px;
  height: 450px;
  float: left;
}

#maps-editposition #themap {
  margin-top: 10px;
  width: 600px;
  height: 600px;
  float: left;
}

#maps-index #listpanel {
  margin-top: 10px;
  float: left;
  width: 200px;
  padding-left: 10px;
}

#mapfooter {
  clear: both;
}

#maps-index #list ol
{
  margin: 20px;
  padding: 0;
}

#maps-index #list ol li
{
  padding-bottom: 5px;
}

.mapinfowindow {
  width: 300px;
}