/*
	layout form
*/

form .formLineGroup{height:30px;}
form .formLineGroup .formLine{float:left;margin-right:10px;margin-right:4px;}
form .formLine{margin-bottom:10px;}
form .formLine label{display:block;float:left;min-width:95px;}
form .formLineInLine label{display:inline;float:none;}

form .formLineGroup{margin:0 0 10px 0;} 
form .formLine input{background-color:#f4f6f9;border:1px solid #b5b8b9;height:30px;line-height:30px;padding:0 10px;width:350px}
form .formLineGroup .formLine input{width:160px !important;} 
form textarea{background-color:#f4f6f9  !important;border:1px solid #b5b8b9 !important;width:350px;padding:10px}
#chk_newsletter{width:20px;height:20px;float:left;margin:0 10px 20px 0;line-height:15px;}

#btn_envia, #btn_limpa, #btn_cadastro, #bt_abrir_curriculo{border:none;height:25px;width:84px;overflow:hidden;text-indent:-5000px;display:block;float:left;cursor:pointer;}
/*PORTUGUES*/
#btn_envia{background:transparent url(../imagens/estrutura/bt_envia_form_pt.gif) 0 0 no-repeat;}
#btn_limpa{background:transparent url(../imagens/estrutura/bt_limpa_form_pt.gif) 0 0 no-repeat;}
/*ESPANHOL*/
.idioma_es #btn_envia{background:transparent url(../imagens/estrutura/bt_envia_form_pt.gif) 0 0 no-repeat;}
.idioma_es #btn_limpa{background:transparent url(../imagens/estrutura/bt_limpa_form_en.gif) 0 0 no-repeat;}
/*INGLES*/
.idioma_en #btn_envia{background:transparent url(../imagens/estrutura/bt_envia_form_en.gif) 0 0 no-repeat;}
.idioma_en #btn_limpa{background:transparent url(../imagens/estrutura/bt_limpa_form_en.gif) 0 0 no-repeat;}

#btn_cadastro{background:transparent url(../imagens/estrutura/bt_novo_cadastro.gif) 0 0 no-repeat !important;width:138px !important;}
#bt_abrir_curriculo{background:transparent url(../imagens/estrutura/bt_envia_form.gif) 0 0 no-repeat;}


/*
	mensagens e alertas
*/
#formAlerts{padding:5px;font-weight:bold;margin:0 0 10px 0;width:360px;}
form label.error, .error{color:#ff0000 !important;}
form input.error, textarea.error, select.error{border:2px solid #22abde;}