	 @charset "UTF-8";
			
	/* Formulários do Sistema */
			
	.mensagem {
		font-size: .9em;
		padding: 10px 5px 5px 5px;
		text-align: left;
	}
	
	.mensagem_form {
		color: #004b82;
		font-size: .9em;
		padding: 10px 5px 15px 5px;
	}
	
	.mensagem_acertoForm {
		color: #090;
		font-size: .9em;
		padding: 5px;
		border: 1pt solid #090;
		width: 40%;
		margin: 0 auto;
		text-align: center;
		background: url(../img/acerto.png) no-repeat left;
	}
	
	.mensagem_erroForm {
		color: #F00;
		font-size: .9em;
		padding: 5px;
		border: 1pt solid #F00;
		width: 40%;
		margin: 0 auto;
		text-align: center;
		background: url(../img/erro.png) no-repeat left;
	}
	
	.divisor_total {
		padding: 5px;
		width: 100%;
		float: left;
		color: #004b82;
		background-color: #bcd3f2;
		font-weight: bold;
		margin: 10px 0px 20px 0px;
	}
	
	.divisor_esquerdo {
		padding: 5px;
		width: 55%;
		float: left;
		color: #004b82;
		background-color: #bcd3f2;
		font-weight: bold;
		margin-top: 10px;
	}
	
	.divisor_direito {
		padding: 5px;
		color: #004b82;
		background-color: #dee6f1;
		font-weight: bold;
		margin-top: 10px;
	}
	
	.bloco_esquerdo {
		text-align: left;
		width: 56%;
		padding-top: 15px;
		float: left;
	}
	
	.bloco_direito {
		float: left;
		width: 44%;
		background: #f9f9f9;
		padding-top: 15px;
	}
	
	.linha_form {
		margin-bottom: 25px;
	}
	
	.label_form {
		float: left;
		display: block;
		line-height: 1.5em;
		width: 39%;
		margin: 0px 5px 0px 10px;
		text-align: right;
		color: #004b82
	}
	
	.controles {
		margin-left: 41%;
	}
	
	input[type='text'], input[type='password'], select {
		height: 19px;
		border: solid 1px #183e8a;
		display: inline-block;
	}
	
	textarea {
		border: solid 1px #183e8a;
		display: inline-block;
		height: auto;
		overflow: auto;
		vertical-align: top;
	}
	
	fieldset {
		border: solid 1px #183e8a;
		float: left;
		height: auto;
		margin-bottom: 5px;
		width: 50%;
		display: block;
		color: #00723A;
	}
	
	legend {
		color: #004b82;
	}
	
	.mensagem_erro {
		font-size: .8em;
		color: #F00;
		display: block;
	}
	
	.mensagem_acerto {
		font-size: .8em;
		display: block;
		color: #393;
		color: #004b82;
	}
	
	.icone_acerto {
		display: inline-block;
		background: url(../img/acerto.png) no-repeat;
		width: 20px;
	}
	
	.icone_erro {
		display: inline-block;
		background: url(../img/erro.png) no-repeat;
		width: 20px;
	}