﻿
 /**** Formulários ****/  
  
table.formularios {
   width: 100%;
  }

table.formularios caption {display: none;}
table.formularios label {vertical-align: baseline;}

table, td, th, tr {
   padding: 5px;
  }
table.formularios td a  {
  font-size: 1.2em;
  color: Black;
  background-color: White;
  font-weight: bold;
  text-decoration: underline;
  }
table.formularios p  {
  font-size: 1.2em;
  }
table.formularios .txt_altura {
  height: 10em; 
  }
table.formularios .lbl_pad {
  padding-left: 2em;
}  
table.formularios .txt_esp {
   width: 5em;
}
table.formularios .txt_esp1 {
   width: 4em;
}

/*th {
   width: 20%;
   background-color: gray;
   color:white;
}*/
table.formularios .es {
   width: 5%;
   text-align: left;
}
table.formularios .esp {
   width: 15%;
   text-align: left;
}
table.formularios .caixa {
   width: 20%;
   text-align: center;
   background-color: gray;
   color:white;
}
table.formularios .trin1 {
   width: 22%;
   text-align: left;
}
table.formularios .trin2 {
   width: 25%;
   text-align: left;
}
table.formularios .trin {
   width: 31%;
   text-align: left;
}
table.formularios .esp_1 {
   width: 36%;
   text-align: left;
}
table.formularios .esp_11 {
   width: 40%;
   text-align: left;
}
table.formularios .esp_2 {
   width: 60%;
   text-align: left;
}
table.formularios .esp_3 {
   width: 65%;
   text-align: left;
}
table.formularios td, table.formularios th {
   text-align: left; 
   border: 0;
}
table.formularios input, table.formularios textarea {
   width: 100%;
}
table.formularios textarea {
   resize:none;
}
table.formularios input[type='submit'] {
   width: 6em;
   text-align: center;
}
table.formularios input.esp_menor {
   width: 70px;
}
table.formularios td.ali_right {
   text-align: right;
}
table.formularios td.ali_cen, table.formularios th.ali_cen {
   text-align: center;
} 
.ckb_esc {
   padding:0;
   border:0;
   width: 125px;
   font-size: 1.1em; 
   text-align: left;
}
.ckb_espa {
   padding:0;
   border:0;
   width: 300px;
   font-size: 1.1em; 
   text-align: left;
}


/**** Fim Formulários ****/

