

/* formatar mensagens de formulário*/
form.form_form label.error,label.error{
	color:#F00;
	padding-left:10px;
	font-size:0.9em;
}

