input, textarea, select {font:11px "Trebuchet MS", Verdana, Arial; color:#fff; padding:1px 0; border:solid 1px #EE1D25; background:#262525;}

/********************** FORM GERAL **********************/
form.form_geral {width:420px; display:table; margin-top:20px;}
form.form_geral p {margin-bottom:10px; text-align:left; width:100%; float:left;}
form.form_geral label {
	color:#2D7660;
	font-size:100%;
	font-weight:bold;
	width:85px;
	display:block;
	float:left;
}

form.form_geral input, form.form_geral textarea {
	color:#2D7660;
	font-weight:normal;
	width:322px;
	float:right;
	background: url(img/fundo_input.gif) no-repeat;
}
form.form_geral textarea {height:111px; background: url(img/fundo_textarea.gif) no-repeat;}
/********************** FORM GERAL **********************/

#nav_industria select {width:100%; text-align: right;}


/********************** FORM CONTATO **********************/
form.form_contato table {width:493px; background:none;}
form.form_contato table td {border:solid 1px #A91809;}
form.form_contato table td.tira_borda1 {border-left:none;}
form.form_contato table td.tira_borda2 {border-right:none;}
form.form_contato table label {font-weight:bold; color:#4C463F;}
form.form_contato table label.l_mensagem {margin-top:5px;}
form.form_contato table input,
form.form_contato table textarea
{color:#707070; width:98%; margin-left:2px; border:none; background:#fff;}/*Hack IE e IE7*/
form.form_contato table input.area {width:52px;}
form.form_contato table textarea {height:50px;}/*Hack IE e IE7*/
a.bt_send {font-size:12px; margin:6px 0 0 423px; display:block;}
a.bt_send2 {font-size:12px; margin:16px 0 0 423px; display:block;}
/********************** FORM CONTATO **********************/
