/*Formataçao p/ Formulário*/
.formulario{
font-family:"verdana";
font-size:11px;
color:black;
width:100%;
}

.formulario table{
width:94%;
}

.formulario td{
font-family:"verdana";
padding:2px;
font-size:11px;
border-width:1px;
border-style: solid;
border-top-color: #ffffff;
border-left-color: #ffffff;
border-bottom-color: #ccc;
border-right-color: #ccc;
}

.formulario .titulo{
width:94%;
margin-left:3%;
font-size:12px;
height: 20px;
line-height: 20px;
font-weight: bold;
border:1px solid #002c80;
color:#B3D2F7;
background-color:#002c80;
text-align: center;
}

.formulario caption{
font-size:14px;
font-weight: bold;
border:1px none #000;
color:#fff;
background-color:#ccc;
background-image: url(../img/fundo_botao.png);
line-height: 22px;
}

.formulario input{
font-family:"verdana";
font-size:11px;
}

.formulario .botao{
font-family:"verdana";
font-size:10px;
height: 20px;
}

.formulario select{
font-family:"verdana";
font-size:11px;
}

.formulario textarea{
font-family:"verdana";
font-size:11px;
width:100%;
}

.formulario .legenda{
font-family: verdana,helvetica, sans-serif;
font-size:11px;
font-weight: bold;
text-decoration: none;
color:#000;
}

.formulario .divisao{
height:20px;
font-family: verdana,helvetica, sans-serif;
font-size:11px;
font-weight: bold;
text-decoration: none;
color:#fff;
background-color:#ccc;
background-image: url(../img/fundo_botao.png);
line-height: 18px;
}

