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