#center {
}

#center #outline {
  text-align: left;
}

#center #searcherror {
  font-weight: bold;
  color: #e00;
  padding: 4px;
}

#center #search {
  width: 100%;
  border: 1px solid #ccc;
}

#center #search td {
  padding: 4px;
}

#center #search thead td {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
}

#center #search .title {
  font-weight: bold;
  width: 20%;
}

#center #search .field {
  width: 80%;
}

#center #search #searchsubmit {
  font-weight: bold;
  padding-left: 5px;
  padding-right: 5px;
}