* {
  font-size: 10px;
  font-family: tahoma;
}
body {
  width: 620px;

}


.infodiv {
  border: 1px solid #000;
  padding: 10px;
  margin: 5px;
}
.infodivtitle {
  font-weight: bold;
}
.infodivdesc {
  border: 1px solid #999;
  background-color: #eee;
  margin: 5px 0px 5px 0px;
  padding: 5px;
}
#finder-container {
  width: 510px;
  position: absolute;
  z-index: 4;
  left: 100px;
  top: 100px;
  overflow: auto;
  background-color: #fff;
  border: 1px solid #000;
  padding: 10px;
}
#finder-output {
  border: 1px solid #aaa;
  margin: 5px;
  overflow: auto;
  height: 200px;
  width: 500px;
}
#progress-container {
  float: right;
  margin-right: 3px;
  margin-top: 3px;
  width:300px;
  height: 15px;
  border: 1px solid #000;
}
#progress {
  width: 0px;
  height: 15px;
  background-color: #eee;
}
.tab {
  position: absolute;
  background-color: #fff;
  border: 1px solid #000;
  border-bottom: 0px;
  height: 14px;
  width: inherit;
  text-align: center;
  padding: 3px 5px 0px 5px;
}


