#tb_container {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

#tb {
 width: 800px;
 margin: 2px auto 10px;
}

#tb table {
 border: 1px solid #000;
}

#tb table table {
 border: 0;
}

#tb td {
 font-family: Herculanum;
 font-size: .75em;
 color: #333;
 background-color: #eee;
}

#tb td a {
 font-weight: bold;
 color: #666;
 font-size: 9px;
}

#tb img { border: 0; }

#top100 a {
 font-size: 11px;
 font-weight: bold;
 color: #00f;
}

#tb form { margin: 0; }

#tb #query {
 width: 170px;
 height: 22px;
 font-size: 16px;
 font-weight: bold;
 background-color: #fff;
 border: 1px solid #999;
 vertical-align: top;
}

#tb .raquo {
 color: #00f;
 font-weight: bold;
}

#tb td.bot_links {
 background: #fff url(http://af.lygo.com/d/toolbar/bg.gif) repeat-x;
 text-align: right;
}

#angle {
 width: 22px;
 vertical-align: top;
}

