@charset "UTF-8";
/*  select fields */
.selectRequiredMsg, .selectInvalidMsg {
	color: #000000;
	text-decoration:none;
}
.selectRequiredMsg_pic, .selectInvalidMsg_pic {
	display:none;
}

.selectRequiredState .selectRequiredMsg,
.selectInvalidState .selectInvalidMsg {
	display: inline;
	color: #FFFFFF;
	border: 0px solid #E0D6CC;
	background-color:#FF0000;
	font-size: 12px;	
}

.selectRequiredState .selectRequiredMsg_pic,
.selectInvalidState .selectInvalidMsg_pic {
	display: inline;
}
 
.selectValidState select, select.selectValidState {
/*	background-color: #B8F5B1; gruen */
	background-color: #FFFFFF;
}

select.selectRequiredState, .selectRequiredState select,
select.selectInvalidState, .selectInvalidState select {
	background-color: #FF9F9F;
}

.selectFocusState select, select.selectFocusState {
	background-color: #FFFFCC;
}
/*  end select fields */

/*  text fields */
.textfieldRequiredMsg, 
.textfieldInvalidFormatMsg, 
.textfieldMinValueMsg,
.textfieldMaxValueMsg,
.textfieldMinCharsMsg,
.textfieldMaxCharsMsg,
.textfieldValidMsg {
	color: #000000;
	text-decoration:none;
}

.textfieldRequiredMsg_pic, 
.textfieldInvalidFormatMsg_pic, 
.textfieldMinValueMsg_pic,
.textfieldMaxValueMsg_pic,
.textfieldMinCharsMsg_pic,
.textfieldMaxCharsMsg_pic,
.textfieldValidMsg_pic {
	display:none;
}

.textfieldRequiredState .textfieldRequiredMsg, 
.textfieldInvalidFormatState .textfieldInvalidFormatMsg, 
.textfieldMinValueState .textfieldMinValueMsg,
.textfieldMaxValueState .textfieldMaxValueMsg,
.textfieldMinCharsState .textfieldMinCharsMsg,
.textfieldMaxCharsState .textfieldMaxCharsMsg
{
	display: inline;
	color: #FFFFFF;
	border: 0px solid #E0D6CC;
	background-color:#FF0000;
	font-size: 12px;	
}

.textfieldRequiredState .textfieldRequiredMsg_pic, 
.textfieldInvalidFormatState .textfieldInvalidFormatMsg_pic, 
.textfieldMinValueState .textfieldMinValueMsg_pic,
.textfieldMaxValueState .textfieldMaxValueMsg_pic,
.textfieldMinCharsState .textfieldMinCharsMsg_pic,
.textfieldMaxCharsState .textfieldMaxCharsMsg_pic
{
	display: inline;
}

.textfieldValidState input, input.textfieldValidState {
	color:#000000;
	font-size: 12px;
}

input.textfieldRequiredState, .textfieldRequiredState input, 
input.textfieldInvalidFormatState, .textfieldInvalidFormatState input, 
input.textfieldMinValueState, .textfieldMinValueState input, 
input.textfieldMaxValueState, .textfieldMaxValueState input, 
input.textfieldMinCharsState, .textfieldMinCharsState input, 
input.textfieldMaxCharsState, .textfieldMaxCharsState input {
	display: inline;
	font-size: 12px;
}

.textfieldFocusState input, input.textfieldFocusState {
	background-color: #E0D6CC;
	color:#000000;
}

.textfieldFlashText input, input.textfieldFlashText {
	color: red !important;
}

.textfieldHintState input, input.textfieldHintState {
	/*color: red !important;*/
}
/*  end text fields */

/*  end checkbox */
.checkboxRequiredMsg, .checkboxMinSelectionsMsg, .checkboxMaxSelectionsMsg{
	display: none;
}
.checkboxRequiredState .checkboxRequiredMsg,
.checkboxMinSelectionsState .checkboxMinSelectionsMsg,
.checkboxMaxSelectionsState .checkboxMaxSelectionsMsg {
	display: inline;
	color: #CC3333;
}
/*  end checkbox */