.botao_fino {
    background: url(../imagens/botao_agendado.png) no-repeat;
    width: 121px;
    height: 40px;
    margin-right: 1px;
    margin-left: 15px;
    margin-bottom: 1px;
    margin-top: 15px;
    vertical-align: middle;
    font-size: 100%;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    font-style: normal;
    font-variant: normal;
    padding-top: 11px;
    cursor: pointer;
    float: left;
}
.botao_fino:hover {
    background: url(../imagens/botao_agendado_h.png) no-repeat;
}
.botao_largo {
    background: url(../imagens/botao_largo.png) no-repeat;
    width: 202px;
    height: 40px;
    margin-right: 1px;
    margin-left: 15px;
    margin-bottom: 1px;
    margin-top: 15px;
    vertical-align: middle;
    font-size: 100%;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    font-style: normal;
    font-variant: normal;
    padding-top: 11px;
    cursor: pointer;
    float: left;
}
.botao_largo:hover {
    background: url(../imagens/botao_largo_h.png) no-repeat;
}
#corpo_botao{
          clear: both;
          display: block;
          margin-left: 15px;
          margin-top: 5px;
          float:left;

}
.textodocontrato_afiliados textarea {
 width: 700px;
 background-color: #FFFFFF;
 font-size: 100%;
 border: none;
}
