/* Progress bar for searches, AJAX retrievals, etc. */


div#progMessage{
  /* display: none; */
  position: absolute;
  padding: 0.5em;
  border: solid 1px black;
  background-color: #ffff00;
  color: #000000;
  z-index: 2000;
  min-width: 15em;
}
