@charset "utf-8";
/*TEXYFEILD*/
.tfrm, 
.tffor,
.tfmin,
.tfmax
 {
	display: none;
}
.textfieldRequiredState .tfrm, 
.textfieldInvalidFormatState .tffor,
.textfieldMinCharsState .tfmin,
.textfieldMaxCharsState .tfmax
 { 
display: inline; color: #f00;
}
/*TEXTAREA*/
.tarm,
.textareaValidMsg 
{
	display:none;
}
.textareaRequiredState .tarm
{
 display: inline;
 color: #f00;
   }
.textareaFlashState textarea, textarea.textareaFlashState{
	color:red !important;
}
/*SELECTMENU*/
.srm, .sim {
	display: none;
}
.selectRequiredState .srm,
.selectInvalidState .sim {
	display: inline;
	color: #f00;
}
