/** CSS HOME **/	
	html, body{
		text-align: center;
	}
	div#form_painel{
		position: relative;
		display: block;
		margin: auto;
		text-align: left;
		width: 630px; top: 0px; left: 0px; }
		div#topo_form{
			width: 624px;
			height: 57px;
			
		}
		div#topo_form ul{
			margin-top: 6px;
		}
			div#topo_form ul li{
				display: inline;
				float: left;
				font-size: 16px;
				color: #000000;
			}
				div#topo_form ul li strong{
					font-size: 21px;
					color: #ed1d24;
					margin-left: 170px;
					line-height: 50px;
				}
				div#topo_form ul li.logo{
					width: 350px;
					height: 57px;
					background: url(../images/logomarca.gif) no-repeat;
				}
				div#topo_form ul li.segura{
					width: 200px;
					height: 57px;
					margin-left: 45px;
				}
					div#topo_form ul li.segura a{
						font-size: 11px;
						color: #ed1d24;
						margin-left: 180px;
						line-height: 50px;
					}
						div#topo_form ul li.segura a:hover{
							color: #000000;

						}
				
				
			div#form_central{
				width: 630px;
				margin: 0;
				clear: both;
			}
			div#form_central table.formulario_dados{
				width: 630px;
				border: 0;margin:0;padding:0;
				background: #efefef;
				font-size: 14px;
				color: #7f7f7f;
			}
			div#form_central table h2{
				text-indent: 0;
				margin-top: 3px;
				font-size: 18px;
				color: #7f7f7f;
				font-weight: bold;
			}
			.box_dados{
				border: 1px solid #dddddd;
				background-color: #fff;
				padding: 0 0 0 5px;
				font-family: Arial, Helvetica, sans-serif, Trebuchet MS;
				color: #000;
				font-size: 12px;
				width: 300px;
				height: 14px;
			}
			.box_dados2{
				border: 1px solid #dddddd;
				background-color: #fff;
				padding: 0 0 0 5px;
				font-family: Arial, Helvetica, sans-serif, Trebuchet MS;
				color: #000;
				font-size: 12px;
				width: 200px;
				height: 14px;
			}
