.desc{
   padding: 20px;
   font-size: 112%;

}

/* FORM */

#contato_form{
   width: 438px;
}

#contato_form .cada{
   margin: 20px 0 0 0;
   width: 438px;
}

#contato_form .cada .pergunta{
   font-size: 112%;
   color: #666666;
   font-weight: bold;
   margin: 0 0 0 45px;
   width: 80px;
}

#contato_form .mensagem{
   margin: 20px 0 20px 0;
   width: 438px;
}
#contato_form .mensagem .pergunta, #contato_form .mensagem .resposta{
   width: 438px;
}
#contato_form .mensagem .pergunta{
   font-size: 112%;
   color: #666666;
   margin: 10px 0 3px 0px;
   font-weight: bold;
}
#contato_form .mensagem .resposta .mensagem_envia{
   border: 1px solid #c4c4c4;
   padding: 2px;
   width: 438px;
   height: 130px;
}

.texto1{
   border: 1px solid #c4c4c4;
   padding: 2px;
   width: 250px;
}

#contato_form .submit{
   background: #F0F0F0;
   height: 50px;
   width: 438px;
}

#contato_form .submit #retorno{
   background: #F0F0F0;
   color: #666666;
   float: left;
   left: 10px;
   top: 10px;
   height: 30px;
   width: 418px;
}

#contato_form .submit #retorno img{
   float: left;
   margin-right: 8px;
}

#contato_form .submit #retorno .botao_submit{
   background: #F0F0F0;
   color: #666666;
   font-size: 115%;
   font-family: arial;
   font-weight: bold;
   border: 0px;
   height: 30px;
   top: 10px;
   width: 418px;
}