ol#toc {
    height: 2em;
    list-style: none;
    margin: 0;
    padding: 0;
}

ol#toc li {
    background: url(tab.png);
    float: left;
    margin: 5px 1px 0 5px;
    padding-left: 10px;
}

ol#toc a {
    font-size: 11px;
    font-family: verdana;
    background: url(tab.png) 100% 0;
    color: #008;
    display: block;
    float: left;
    height: 2em;
    line-height: 2em;
    padding-right: 10px;
    text-decoration: none;
}

ol#toc li.current {
    background-position: 0 -60px;
}

ol#toc li.current a {
    background-position: 100% -60px;
    color: #fff;
    font-weight: bold;
}

div.content {
    border: #48f solid 3px;
    clear: left;
    padding: 1em;
}

.forminput { 
  font-family: "Trebuchet MS";
  font-size: 12px;
  color: #000000;
  border: #104b92 1px solid;
  background-color: #ffffff;
  width: 250px;
  height: 20px;
  padding: 2 3 0 3px;
} 

.formbutton { 
  font-family: "Trebuchet MS";
  font-size: 12px;
  font-weight: bold;
  background-color: #e6e6e6;
  color: #000000;
  border: #104b92 1px solid;
  width: 75px;
  height: 25px;
  padding: 0;
} 
