.agrupaForm{
    width: 500px;
}
.englobaTituloForm{
    width: 500px;
    padding:12px 0 20px;
}
.englobaImgTituloForm{
    width: 500px;
    padding-bottom: 5px;
}
.textoTituloForm{
    width: 500px;
    font-size: 11px;
}
.englobaCampo{
    width: 500px;
}
.englobaField{
    width: 370px;
}
.label{
    width: 65px;
    font-size: 11px;
    text-align: right;
    padding-right: 5px;
    padding: 7px 3px;
}
.labelSelect{
    width: 66px;
    font-size: 11px;
    text-align: right;
    padding-right: 5px;
    padding: 3px 3px;
}
.textField{
    width: 360px;
    background-image: url("../imagens/meioInput.png");
    background-repeat: repeat-x;
    height: 16px;
    padding: 7px 0px;
    color: #333;
}
.select{
    padding-left: 1px;
    color: #333;
}
.select option{
    color: #333;
}
.txtArea{
    height: 124px;
    width: 358px;
    padding: 7px 0px;
    background-image: url("../imagens/meioArea.png");
    background-repeat: repeat-x;
    color: #333;
}
.englobaEnviar{
    width: 440px;
}
