/* CSS Document */

#central {
}

#titulosecao h2 {
	background: url(/img/titulo_faleconosco.jpg) no-repeat;
}


#fale {
	margin-left: 10px;
	width: 570px;
}

#fale h3 {
	background: url(/img/vagas_fundocidade.gif) no-repeat;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #647198;
	padding: 0 0 0 5px;
	margin-top: 20px;
}

#fale fieldset {
	border: 0;
	background-color: #fff;
	border-top: 0px solid #c3c3b9 !important;
	width: 97%;
	margin: 5px 0 10px 0;
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
}
html>body #fale fieldset { margin: 10px 0 5px 0; }

#fale legend {
	background-color: #fff;
	padding: 0 2px 0 0;
	font-weight: bold;
	color: #919182;
	font: bold 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #636363;
	margin: 10px 0;
}
html>body #fale legend {
	padding: 0 2px 0 0;
	margin: 3px 0;
}

#fale p {
	clear: both;
	color: #4c4c4c;
	margin-left: 5px;
}

#fale p label, #fale p input, #fale p select {
	float: left;
}

#fale fieldset p {
	height: 20px;
	margin-bottom: 5px;
}

#fale p label {
	display: block;
	width: 90px;
	cursor: pointer;
	color: #616161;
	margin-top: 2px;
}

#fale label.alinhado {
	width: auto;
}

#fale span.alinhado {
	color: #999999;
	font-size: 11px;
	width: auto;
}

#fale p input, #fale p select, #fale p textarea {
	font: 12px Arial, Helvetica, sans-serif;
}

#lnk_googlemaps {
	background: url(/img/globo.gif) no-repeat;
	padding-left: 19px;
	display: block;
}

#lnk_googlemaps a {
	display: block;
	height: 17px;
	width: 200px;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #718aa6;
	text-decoration: none;
}

/* -- campos -- */
#nome { width: 380px; }
#uf { width: 50px; margin-right: 15px; }
#cidade { width: 300px; margin-left: 5px; }
#telefone { width: 100px; margin-right: 20px; }
#email { width: 380px; }
#empresa { width: 300px; }
#mensagem { width: 400px; height: 115px; }

#btn_enviar { 
	width: 73px; 
	height: 21px; 
	background: url(/img/btn_enviar.gif) no-repeat; 
	border: 0;
	margin-left: 95px;
	cursor: pointer;
}

.textarea50 { height: 50px !important; }
.textarea50 label { height: 50px; }

.textarea70 { height: 70px !important; }
.textarea70 label { height: 70px; }

.textarea120 { height: 120px !important; }
.textarea120 label { height: 120px; }


