body
{
        background-color: #FFFFFF;
        margin:0;
        padding:0;
        text-align:center;
        background-image: url('../images/fundo.gif');
        background-repeat: repeat-x;
}
* input {
         border: 1px solid #B7B7B7;
         background-color: #FFFFFF;
}
.font {
        font-family: Verdana;
        font-size: 12px;
        color: #000000;

}
.titulo {
        font-family: Arial;
        font-size: 18px;
        color: #9B9B9B;

}

.opcoes {
        font-family: tahoma;
        font-size: 11px;
        color: #000000;

}
.padraomenor {
        font-family: Georgia;
        font-size: 15px;
        color: #000000;
}
a {
        color: #858585;
        text-decoration: none;
}
a:hover {
        text-decoration: underline;
        color: #62AB3F;
}
.input {
        font-family: Verdana;
        font-size: 12px;
}
.button {
        font-size: 15px;
}

#container{
      position:absolute;
      left:10px;
      top:0px;
      width:200px;
      border:1px solid #C0C0C0;
      background-color: #FFFFFF;
}

.corpo{
      position:absolute;
      top:40px;
      left:220px;
      height:100%;
}
.corpo td center table[width="20"] td form {
    display: table-cell;
}