	
	@charset "UTF-8";
	
	body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
	table { border-collapse:collapse; border-spacing:0; }
	fieldset,img { border:0; }
	address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
	ol,ul { list-style:none; }
	caption,th { text-align:left; }
	h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
	q:before,q:after { content:''; }
	abbr,acronym { border:0; }

	* { *border:1px solid red; }

	form				{ border:none; }
	
	body 				{ font:12px "Trebuchet MS", Arial, Helvetica, sans-serif; background:url(../bg_page.jpg) center center no-repeat; }
	body, html 			{ height:100%; overflow:hidden; }
	
	#camposErro			{ display:none; }
	
	#campos				{ margin-top:274px; display:block; overflow:hidden; }
	
	.content			{ display:block; overflow:hidden; width:264px; height:431px; position:absolute; top:50%; left:50%; margin-left:-132px; margin-top:-215px; }
	.content label		{ display:none; }
	.content .txtField	{ padding:9px; border:2px solid #4e00a2; width:230px; font-size:11px; margin:3px 2px; font-weight:bold; color:#4e00a2; }
	
	.focus				{ font-weight:normal !important; color:#000 !important; } 
	
	h1					{ display:none; }
	
	#bt_salvar			{ width:70px; margin-right:5px; height:30px; border:1px solid red; float:right; }
	#txt_nome			{ margin-bottom:-5px; }
	
	.botao				{ margin-top:10px; }
	
	.mensagemSucesso	{ overflow: hidden; background-color:#43d259; border: 2px solid #0a6b19; padding: 15px; width: 320px; position: absolute; z-index: 999999999; text-align: center; top: 50%; left:50%; margin-left: -180px; margin-top: 170px;  }