.required, .obrigatorio {
	background: #ffeaa4 !important;
	border: 1px solid #9c8e65;
	color: black;
	font-family: verdana;
	font-size: 10px;
	padding: 1px 0px;
}

.required:focus, .obrigatorio:focus {
	background: #e4ff98 !important;
}

.not_required {
	color: black;
	font-family: verdana;
	background: #f9ffe0 !important;
	font-size: 10px;
	padding: 1px 0px;
}

.not_required:focus {
	background: #e4ff98 !important;
}

.error {
	background: #FBC3B9 !important;
	color: black;
	font-family: verdana;
	border: 1px solid #ff0000;
	font-size: 10px;
}