/* FALECONOSCO */

/* fundo  = #6ebe44 */
/* escuro = #0d3000 */

.conteudo-faleconosco{
	width:750px;
	background-color:#f5f6f8;
	padding-top:10px;
}
	/* formulario */
	.faleconosco-formulario{
		width:670px;
		height:200px;
		padding:10px 40px;
		background-color:#6ebe44;
		border-top:5px solid #0d3000;
		border-bottom:5px solid #0d3000;
	}
		.faleconosco-formulario-imagem{
			width:190px;
			height:200px;
			float:left;
			background-image:url(../Imagens/faleconosco-fundoformulario.png);
			background-position:left;
			background-repeat:no-repeat;
		}
		
		.faleconosco-formulario-campos{
			width:480px;
			float:left;
		}
		
		.faleconosco-formulario-campos input{
			font-family: Arial, Verdana, Helvetica, sans-serif; 
			font-size: 11px;
			color: #333333;
			font-weight:bold;
		}
		
		.faleconosco-formulario-campos textarea{
			font-family: Arial, Verdana, Helvetica, sans-serif; 
			font-size: 11px;
			color: #333333;
			font-weight:bold;
		}
	
			/* formatacao */
			.faleconosco-formulario-nomecampos{
				text-align:right;
				font-family: Arial, Verdana, Helvetica, sans-serif; 
				font-size: 12px;
				color: #FFFFFF;
				font-weight:bold;
			}
			
			input.faleconosco-formulario-camposa {
				width:155px;
				height:20px;
				border:1px solid #0d3000;
			}
			
			input.faleconosco-formulario-camposb {
				width:475px;
				height:20px;
				border:1px solid #0d3000;
			}
			
			textarea.faleconosco-formulario-camposc {
				width:475px;
				height:75px;
				border:1px solid #0d3000;
			}
			
			input.faleconosco-formulario-botoes{
				width:90px;
				height:20px;
				border:1px solid #FFFFFF;
				background-color:#0d3000;
				margin-right:3px;
				
				font-family: Arial, Verdana, Helvetica, sans-serif; 
				font-size: 12px;
				color: #FFFFFF;
				font-weight:bold;
				cursor:pointer;
			}
			/* /formatacao */
				
/* fundo  = #6ebe44 */
/* escuro = #0d3000 */		