#content {
  position: relative;
  height:auto;
  min-height:200px;
  max-height:580px;
  overflow:scroll;
  width:760px;
  margin-left: 20px;
  margin-right:20px;
}

#selectbar {
  position:relative;
  margin:0;
  padding:10px;
}

#businesslisting {
  padding:0;
  margin-top:10px;
  height:auto;
  width:100%;
  color: #333333;
  font-family:Tahoma, Geneva, sans-serif;
  font-size:12px;
  text-align:justify;
}

.busTitle {
  font-weight:bold;
  font-size:14px;
  background-color:#666;
  color:white;
}

select.select {
  width:250px;
  background-color:#CFF;
  border:1px dashed;
  border-color: #06F;
}