* { margin:0; padding:0; }

body {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size:12px;
	background: #F9DD79 url(../imagens/bg-fundo.jpg) repeat-x top left;
}

/* CLASSES DE FORMATACAO DE TEXTO - CONTEUDO DO GERENCIADOR */
	.sublinhado 						{ text-decoration: underline; }
	em 									{ font-style: italic; }
	a 									{ outline: none !important; }
	a:hover 							{ text-decoration: underline; }
	.bold 								{ font-weight: bold; }
	ul,ol 								{ list-style: none; }
	.txtEsquerda 						{ text-align: left!important; }
	.txtDireita 						{ text-align: right!important; }
	.txtCentro 							{ text-align: center!important; }
	.txtJustificado, .txtJustificado * 	{ text-align: justify!important; }
	h2 span 							{ display: none; }
	
	
	.clear 		{ clear: both; }
	.none 		{ display: none; }
	.left 		{float:left;}
	.right 		{float:right!important;}
	.no-margin  { margin: 0 !important; }
	.no-margin-right  { margin-right: 0 !important; }
	 
	a img 		{ border: none; } 
	a 			{ text-decoration: none; color: #000; }

/* ESTRUTURA */
	
	#pagina 	{ width: 100%;  position: absolute; top: 12%; }
	#conteudo { width: 856px; height: 432px; background: url(../imagens/imagem.png) no-repeat top left; margin: 0 auto; position: relative; }
	#conteudo .imagem { height: 432px; }
	#conteudo .imagem form {  width: 500px; position: absolute; bottom: 18px; right: 0; }
	#conteudo .imagem form input[type='text'] { height: 30px; float: left; width: 192px; margin: 6px 18px 0 2px; border: none; background: transparent; font-size: 19px; }
	#conteudo .imagem form input[type='image'] { float: left; margin-bottom: 5px; }
	#conteudo .imagem form #email { margin-right: 12px; }
	#conteudo .imagem form .captcha { position: absolute; bottom: 3px; right: 93px; }
	#conteudo .imagem form .captcha img { float: left; margin-right: 35px; }
	#conteudo .imagem form .captcha input { float: left; width: 77px; margin: 0 !important; text-align: center; text-transform: uppercase; }
	#rodape { font-size: 11px; color: #AE290B; text-align: center; margin-top: 10px; width: 856px; margin: 0 auto; margin-top: 20px; }
	
/* MENSAGEM ALERTA */
#msgAlert{	
	overflow: hidden;
	display: block;
	z-index: 999;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #99BE26;
	height: 0;
	color: #FFF;
	font-weight: bold;
	font: 30px arial, sans-serif;
	opacity: .9;
}
	
/* INFIELDLABELS */
form.infield p { position: relative; float: left; z-index: 0;  }
form.infield p label.in { position: absolute; top: 0; left: 0; z-index: 1; font-size: 19px; margin: 6px 0 0 2px; }	