#divBody {
  text-align: center;
}

#tblSearchForm {
  margin-top: 14px;
  height: 56px;
  font-weight: bold;
  color: #555555;
}

#tblSearchForm select {
}

#tblSearchForm td {
  vertical-align: top;
  padding-bottom: 3px;
}

#tblSearchForm td.lbl {
  text-align: left;
}

#tblSearchFormButtons {
  width: 92%;
}

#tblSearchFormButtons td {
  padding-top: 6px;
  text-align: center;
  width: 50%;
}

#tblSearchFormButtons a {
  padding: 1px 0px;
  border: 1px solid #D7DBDF;
  font-size: 11px;
  font-weight: bold;
  display: block;
  width: 35px;
  background-color: #F7F8FA;
  color: #CC0001;
}

#tblSearchFormButtons a:hover {
  background-color: #CC0001;
  color: #ffffff;
}




