#businessDirectory
{
  width: 440px;
  font-size: 10px;
  padding: 5px;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 15px;
}

  #businessDirectory input.text
  {
    height: 12px;
    font-size: 1em;
    position: relative;
    top: 2px;
  }
  
  #businessDirectory input.submit
  {
    height: 20px;
    font-size: .9em;
    margin-left: 5px;
  }

.box
{
  width: 215px;
  height: 90px;
  overflow: auto;
  float: left;
  margin: 2px;
  text-align: left;
}

.category a
{
  color: black;  
  font-weight: bold;
  font-size: 1.1em;
}

.subcategory a
{
  float: left;
  margin: 3px;
}

div.site
{
  margin-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  color: green;
  border-bottom: 1px solid black;
}

.site a, .site a:visited
{
  text-decoration: none;
}

.site a:hover
{
  text-decoration: underline;
}

.count
{
  font-weight: bold;
  font-size: 1.15em;
  margin-right: 5px;
  color: black;
}

.Id, .Description
{
  color: black;
  font-size: 1.10em;
}

.keyword
{
  font-size: .9em;
}

