@charset "utf-8";
/* Fale Conosco */
/*********************/

.titulo-interna {
	margin-bottom:15px;
	border-bottom:1px solid #e5e5e5
}

p.informacoes {
	margin-bottom:20px;
}


form.form-contato {
	width:378px;
	margin:0 auto
}
form.form-contato label {
	margin-bottom:10px;
	display:block
}
form.form-contato label.anexos {
	padding-bottom:10px;
	border-bottom:1px solid #E5E5E5
}
form.form-contato label span {
	color:#9E384A;
	margin-bottom:2px;
	display:block
}


form.form-contato label input {
	color:#939598;
	font-size:10px;
	width:362px;
	height:18px;
	padding:5px 8px 0 8px;
	border:none;
	background:url(../imagens/formularios/input-grande.png) no-repeat
}
form.form-contato label select {
	width:99%
}
form.form-contato label textarea {
	color:#939598;
	font-size:10px;
	font-family:Tahoma, Geneva, sans-serif;
	width:362px;
	/*height:77px;*/
	height:238px;
	padding:5px 8px 0 8px;
	border:none;
	background:url(../imagens/formularios/text-area.png) no-repeat
}



form.form-contato input.bt-enviar {
	width:42px;
	height:21px;
	float:right;
	text-indent:-99999px;
	line-height:60px;
	border:none;
	cursor:pointer;
	background:url(../imagens/2010/botoes/enviar.png) no-repeat
}






div#painelImagens,
div#painelYoutube {
	margin-top:10px;
}
a#btnAumentarImagens,
a#btnAumentarYoutube {
	color:#fff;
	text-decoration:none;
	margin-bottom:20px;
	padding:2px 4px 3px 4px;
	background:#9E384A
}

















