span.error {
	background:url("../js/img/jQuery_Validate/ico_peq_unchecked.gif") no-repeat 0px 50%;
	margin-left: 5px;
	padding: 2px 0 2px 20px;
}

span.successo {
	background:url("../js/img/jQuery_Validate/ico_peq_checked.gif") no-repeat 0px 50%;
	margin-left: 5px;
	padding: 2px 0 2px 20px;
}

label.error {
	margin-left: auto;
	width: 250px;
}

em.error { 
	color: black; 
}

#mensagem { 
	display: none; 
}