#divider {
  background-color: #eee;
  margin: 10px;
  border-top: 1px solid #999;
  padding: 3px;
  font-weight: bold;
  font-size: 16px; }
  #divider span.result_size {
    float: right;
    font-weight: normal;
    font-size: 12px; }

#results {
  padding: 10px 10px 0px 10px; }
  #results input {
    border: 1px solid rgb(8,31,116);
    color: rgb(8,31,116);
    padding: 3px; }

#results input[type=button] {
  border: 1px solid rgb(8,31,116);
  color: #000;
  font-weight: bold;
  background-color: #eee; }

.hint {
  color: #555;
  text-align: center;
  margin-top: 30px; }

.middle td {
  vertical-align: middle; }

.result {
  margin-top: 10px;
  margin-left: 10px;
  font-size: 13px;
  width: 550px; }
  .result span.link {
    color: #f00; }

.result u {
  font-size: 16px;
  color: #009;
  cursor: pointer; }

.result u.controls {
  font-size: 12px;
  color: #77f; }

#search {
  margin-top: 100px;
  text-align: center; }
  #search input {
    border: 1px solid #333;
    color: #333;
    background-image: none; }
  #search input[type=submit] {
    font-weight: bold;
    background-color: #eee; }

body {
  height: 100%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333333;
  padding-bottom: 25px;
  background-color: #fff; }
