/* ESTILOS CONTATO */

.contato{
	background:url(../../../../site/arquivos/img/bg_contato.jpg) repeat-x top #efefef;
}

input, textarea{
	outline:none;
	resize:none;
}

/* CONTROLA TODO O MÓDULO DE CONTATO */
.container_contato{
	width:100%;
	text-align:justify;
	color:#242424;	
	font-size:13px;
	min-width:760px;
}


/*==================== BOTÕES DO FORMULÁRIO =======================================*/

.input_button {
	border:none;
	color: #FFF;
	font-size:12px;
	width:84px;
	height:27px;
	text-align:center;
	background:url(../../../../site/arquivos/img/btn.jpg) no-repeat center;
	float:right;
	margin:6px 0 0 7px;
	
}


.input_button_voltar{
	border:none;
	color: #FFF;
	text-shadow: 0px 0px 3px #999;
	font-size:12px;
	width:100%;
	height:27px;
	text-align:center;
	background:url(../../../../site/arquivos/img/btn.jpg) no-repeat center;
	margin:-10px 0 15px 0;
	
}

.input_button_voltar:hover {
	background:url(../../../../site/arquivos/img/btn_hover.jpg) no-repeat center;
	cursor:pointer;
}

.input_button:hover {
	background:url(../../../../site/arquivos/img/btn_hover.jpg) no-repeat center;
	cursor:pointer;
}

/* CONTROLA O FORMULÁRIO À ESQUERDA */
.container_formulario{
	width:52%;
	float:right;
	display:table;
	margin: 0 0 0 0;
	padding:0 0 0 0;

}

.altura_tr{
	height:32px;
}

.input_text_contato {
	border:0px solid #f1f1f1;
	font-size:13px;
	font-family:Verdana, Geneva, sans-serif;
	vertical-align:text-top;
	text-align:left;
	width: 291px;
	height: 25px;
	background-image:url(../../../../site/arquivos/img/bg_contato_pequeno.jpg);
	background-repeat:no-repeat;
	padding-left:3px;
	padding-right:3px

	
}

.input_text_contato:focus {
	background-image:url(../../../../site/arquivos/img/bg_contato_pequeno_hover.jpg);
}

.input_text_msg_contato {
	border:0px solid #f1f1f1;
	font-size:13px;
	font-family:Verdana, Geneva, sans-serif;
	vertical-align:text-top;
	text-align:left;
	width: 291px;
	height: 103px;
	background-image:url(../../../../site/arquivos/img/bg_contato_grande.jpg);
	background-repeat:no-repeat;
	padding: 0 3px 0 3px;	
}

.input_text_msg_contato:focus{
	background-image:url(../../../../site/arquivos/img/bg_contato_grande_hover.jpg);
}

/* INFO - CONTATO */

.container_info{
	width:48%;
	float:right;
}

.info_total{
	width: 100%;
	float: left;
	margin: 0 0 19px 0;
}

.info_titulo{
	width: 100%;
	float:left;	
	font-weight:bold;
	margin:10px 0 10px 0;
	color:#333333;	
}

.info_txt{
	margin:20px 0 0 0;
	vertical-align:top;
	height:35px;
	float:left;	
	line-height:16px;
}


.contato_img{
	width:85px;
	height:62px;
	float:left;
}

.envio_falha{
	color:#F00;
	font-size: 22px;
}

.envio_sucesso{
	color:#030;
	font-size: 22px;
}

.resultado_envio{
	background:#efefef;
	padding: 91px 0 79px 0;
}

/*PSEUDO*/