@metacharset "UTF-8";

@font-face {
	font-family: 'FonteCS';
	src: url("../_fonts/cs_regular.ttf");
}

/*Cabeçalho*/
section#conteudo form#contato h3 legend {
	margin: auto;
	color: white;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}

/*FORMULARIO*/
section#conteudo form#contato {
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	background: url("../_imagens/_contact/formback.jpg") no-repeat;
	background-size: 100% 100%;
	border: 1px solid black;
	border-radius: 3px;
	box-shadow: 1px 1px 100px rgba(0, 0, 0, 0.5);
	display: table;

}

/*TABELA*/
section#conteudo form#contato table {
	/*referencia
	border:0px rgba(0,0,0,0.5) solid;*/
	margin-left: auto;
	margin-right: auto;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
	color: white;
	font-size: 14pt;
	font-family: Tahoma;
	padding: 7%;
	width: 100%;

}


section#conteudo form#contato table tr input {
	border: 1px solid black;
	padding-left: 20%;

}

/*BOTOES RESET E SUBMIT*/
section#conteudo form#contato table tr td#acoes input {
	border: 1px solid black;
	padding-right: 19.5%;

}

section#conteudo form#contato table tr td#acoes {
	border: 0px solid black;
	text-align: center;
}


/*AREA COMENTARIO*/
section#conteudo form#contato table tr textarea {
	border: 1px solid black;
	padding-left: 12.5%;
	padding-right: 12.5%;
}

/*Celulas: Esquerda e Direita*/
section#conteudo form#contato table .ce {
	padding-right: 4.5%;

}

section#conteudo form#contato table .cd {}