
#searchtablist {
  margin-top: 5px;
}

#search-text-tab li {
  display: block;
}

#searchtab {
  height: 9.0em;
}

#searchtabfields input[type="text"],
#searchtabfields select {
  background-color: #fff;
}

#searchtabfields input[type="text"],
#searchtabfields select {
  font-size: 1.0em;
}

#searchtabfields input[type="text"] {
  width: 20em;
}

#searchtabfields input[type="text"]:hover,
#searchtabfields input[type="text"]:focus {
  background-color: #e9e9e9;
}

#searchtabfields input[type="submit"] {
  border: 1px solid #ddd;
  background-color: #edf2f2;
  border-top: 1px solid #edf2f2;
  float: left;
  margin-top: 10px;
  cursor: pointer;
  -moz-border-radius: 0px 0px 3px 3px;
}

#email-attributes-tab input[type="text"], #email-attributes-tab select {
  width: 150px;
}

#email-attributes-tab fieldset {
  padding: 3px;
  width: 153px;
  display: inline;
  border: 1px solid black;
  margin: 0;
}

#email-attributes-tab button {
  display: none;
}

#changed-attributes-tab input[type="text"] {
  width: 80px;
}

#changed-attributes-tab p {
  margin: 0;
  padding: 0;
}

#resultbox {
  clear: both;
  width: 99%;
  margin-top: 40px;
  border: 1px solid #ddd;
}

#resultbox .filter {
  color: #999;
}

#resultbox .filter input {
  height: 10px;
  font-size: 9px;
  border: 1px solid #999;
}

#resultbox table {
  width: 100%;
}

#resultbox table th {
  text-align: left;
}

#resultbox.working table tbody tr {
  cursor: wait;
}

#resultbox table tbody tr {
  cursor: pointer;
  height: 1.2em;
}

#resultbox.working table tr:hover td {
  background-color: inherit;
  text-decoration: none;
}

#resultbox table tr:hover td {
  background-color: #eee;
  text-decoration: underline;
}

#resultbox.working tbody tr span {
  cursor: wait;
}

#resultbox tbody tr span {
  cursor: text;
}

#resultbox tbody tr input[type="text"] {
  font-size: 1.0em;
  border: 1px solid black;
}

#resultbox.working {
  cursor: wait;
}

#resultbox.working table {
  opacity: 0.5;
}

#footer {
  position: fixed;
}