/* wt sistemas */

td
{
padding-right: 10px;
padding-top: 5px;
}
textarea
{
width: 300px;
height: 100px;
border: 1px solid #6699CC;
}
textarea#projeto
{
width: 350px;
height: 210px;
border: 1px solid #6699CC;
}
input, select
{
border: 1px solid #6699CC;
height: 20px;
}
input.radio
{
border : 0px solid #6699AA;
}
input#nome, #email
{
width: 250px;
}

input#cpf, #rg
{
width: 110px;
}

input#curso
{
width: 200px;
}
input.conhecimentos
{
width: 230px;
}

input#telefone, #telefone1 , #telefone2, #telefone3
{
width: 110px;
}

div#validacao
{
padding: 15px;
border: 1px solid red;
background: #FFAAAA;
color:#000000;
}


