.textfieldRequiredMsg {
	DISPLAY: none
}
.textfieldInvalidFormatMsg {
	DISPLAY: none
}
.textfieldMinValueMsg {
	DISPLAY: none
}
.textfieldMaxValueMsg {
	DISPLAY: none
}
.textfieldMinCharsMsg {
	DISPLAY: none
}
.textfieldMaxCharsMsg {
	DISPLAY: none
}
.textfieldValidMsg {
	DISPLAY: none
}
.textfieldRequiredState .textfieldRequiredMsg {
	CLEAR: both; DISPLAY: block; COLOR: #2b5000
}
.textfieldInvalidFormatState .textfieldInvalidFormatMsg {
	CLEAR: both; DISPLAY: block; COLOR: #2b5000
}
.textfieldMinValueState .textfieldMinValueMsg {
	CLEAR: both; DISPLAY: block; COLOR: #2b5000
}
.textfieldMaxValueState .textfieldMaxValueMsg {
	CLEAR: both; DISPLAY: block; COLOR: #2b5000
}
.textfieldMinCharsState .textfieldMinCharsMsg {
	CLEAR: both; DISPLAY: block; COLOR: #2b5000
}
.textfieldMaxCharsState .textfieldMaxCharsMsg {
	CLEAR: both; DISPLAY: block; COLOR: #2b5000
}
INPUT.textfieldRequiredState {
	BACKGROUND-COLOR: #2b5000
}
.textfieldRequiredState INPUT {
	BACKGROUND-COLOR: #2b5000
}
INPUT.textfieldInvalidFormatState {
	BACKGROUND-COLOR: #2b5000
}
.textfieldInvalidFormatState INPUT {
	BACKGROUND-COLOR: #2b5000
}
INPUT.textfieldMinValueState {
	BACKGROUND-COLOR: #2b5000
}
.textfieldMinValueState INPUT {
	BACKGROUND-COLOR: #2b5000
}
INPUT.textfieldMaxValueState {
	BACKGROUND-COLOR: #2b5000
}
.textfieldMaxValueState INPUT {
	BACKGROUND-COLOR: #2b5000
}
INPUT.textfieldMinCharsState {
	BACKGROUND-COLOR: #2b5000
}
.textfieldMinCharsState INPUT {
	BACKGROUND-COLOR: #2b5000
}
INPUT.textfieldMaxCharsState {
	BACKGROUND-COLOR: #2b5000
}
.textfieldMaxCharsState INPUT {
	BACKGROUND-COLOR: #2b5000
}
.textfieldHintState INPUT {
	
}
INPUT.textfieldHintState {
	
}

