/* Propriedades Contato */
/*propriedades para forms do site*/
.formulario{font-family:Arial; font-size:12px; color:#000; width:380px; line-height:16px; font-weight:bold;}
.nome_campos{clear:both; width:160px; text-align:right;}
.formulario ul{list-style-type:none; margin:0; padding:0; text-align:left;}
.formulario ul li{float:left;}
.formulario input{margin:2px 0 2px 5px; font-family:Arial; font-size:11px; color:#000; border:1px dashed #000; background:#A7A9AC; width:170px;}
.formulario select{margin:2px 0 2px 5px; font-family:Arial; font-size:11px; color:#000; border:1px dashed #000; background:#A7A9AC; width:170px;}
.formulario textarea{margin:2px 0 2px 5px; font-family:Arial; font-size:11px; color:#000; border:1px dashed #000; background:#A7A9AC; width:180px; height:60px;}
.formulario input:focus{margin:2px 0 2px 5px; font-family:Arial; font-size:11px; color:#000; border:1px solid #000; background:#FFF; width:170px;}
.formulario select:focus{margin:2px 0 2px 5px; font-family:Arial; font-size:11px; color:#000; border:1px solid #000; background:#FFF; width:170px;}
.formulario textarea:focus{margin:2px 0 2px 5px; font-family:Arial; font-size:11px; color:#000; border:1px solid #000; background:#FFF; width:180px; height:60px;}
.alinha_imagem_seguranca{text-align:right; clear:both; padding-right:40px;}
.alinha_botao_enviar{text-align:center; clear:both; padding-top:6px;}
#btn_enviar{display:inline; padding:4px; cursor:pointer; font-size:13px; font-family:Arial; font-weight:bold; background:#A7A9AC; color:#000;}