.require_error {
	color: #960002;
}

.require_error:focus {
	color: #960002;
}


.dotrequired {
	color: #FF0000;
	
}

label {
	font-size: 14px;
}


.inpt_gg {
	width: 500px;
}

.inpt_g {
	width: 400px;
}

.inpt_mm {
	width: 300px;
}

.inpt_m {
	width: 200px;
}

.inpt_p {
	width: 120px;
}

.inpt_pp {
	width: 90px;
}



.inpt_valor {
	width: 140px;
}

.inpt_data {
	width: 120px;
	display: inline-block;
}

.inpt_cep {
	width: 85px;
}

.inpt_num {
	width: 45px;
	display: inline-block;
}

textarea {
	width: 100%;
	height: 300px;
	max-width: 500px;
	margin: 5px 5px 5px 5px; 
}


legend {
    	float: none; 
    	width: auto; 
    	padding: 0 5px;
    	margin-bottom: auto;
    	font-size: 0.9em;
    	line-height: normal;
	}
