#content {
  position: relative;
  min-height:400px;
  max-height:600px;
  overflow:scroll;
}

#selectbar {
  position:relative;
  margin:0;
  padding:10px;
}

#businesslisting {
  margin-left:30px;
  height:auto;
  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;
}
