/* CONTATO --------------------------------------------------------------*/

#cont_contato {
	width			: 100%;
	background		: url(../../_imagens/html/fundos/contato.jpg) no-repeat left 100px;
}
#titulo_contato {
	width			: 100%;
	height			: 85px;
	background		: url(../../_imagens/html/titulos/contato.jpg) no-repeat center top;
	margin-bottom	: 30px;
}

#form_mail_contato {
	margin-left		: 38%;
}

#form_mail_contato TABLE {
	width			: 430px;
	text-align		: left;
	margin-bottom	: 20px;
	border			: none;
}

#form_mail_contato TABLE INPUT {
	width			: 30px;
}

#form_mail_contato LABEL {
	width			: 80px;
	float			: left;
}

#form_mail_contato INPUT {
	width			: 340px;
}

#form_mail_contato TEXTAREA {
	width			: 460px;
	height			: 120px;
}

#num_socio {
	width			: 50px;
}

#form_mail_contato .form_botoes {
	text-align		: left
}

#form_mail_contato .form_botoes INPUT {
	width			: 70px;
}

