
input {
  border: solid 1px #aaa;
  background-color: transparent;
  text-align: center;
}

#topleft {
  float: left;
  width: 372px;
  height: 270px;
}

#searchbox {
  float: left;
  width: 372px;
  height: 80px;
}

#searchresults {
  float: right;
  width: 410px;
  height: 380px;
  overflow: auto;
  padding-right: 10px;
  text-align: left;
}
