.agrupaTestemunhos{
    width: 500px;
}
.testemunho{
    background-image: url("../imagens/fundoTestemunho.png");
    background-repeat: no-repeat;
    background-position: bottom center;
}
.titTestemunho{
    font-size: 17px;
    font-weight: bold;
    color: #FF0;
    width: 500px;
    padding-bottom: 13px;
}
.descTestemunho{
    width: 420px;
    font-size: 13px;
    padding-bottom: 10px;
}
.autTestemunho{
    width: 450px;
    font-size: 13px;
    color: #FF0;
    font-weight: bold;
    text-align: right;
    padding-bottom: 18px;
}
.agrupaForm{
    width: 430px;
}
.englobaTituloForm{
    width: 430px;
    padding:12px 0 5px;
}
.englobaImgTituloForm{
    width: 400px;
    padding-bottom: 5px;
}
.textoTituloForm{
    width: 400px;
    font-size: 11px;
}
.label{
    width: 75px;
    font-size: 11px;
    text-align: right;
    padding-right: 5px;
    padding: 7px 3px;
}
.textField{
    width: 250px;
    background-image: url("../imagens/meioInput.png");
    background-repeat: repeat-x;
    height: 23px;
    padding-top: 6px;
    color: #333;
}
.txtArea{
    height: 123px;
    width: 248px;
    padding: 7px 0px;
    background-image: url("../imagens/meioArea.png");
    background-repeat: repeat-x;
    color: #333;
}
.englobaEnviar{
    width: 340px;
}
