

.textfieldRequiredMsg, .textfieldInvalidFormatMsg, .textfieldMinValueMsg, .textfieldMaxValueMsg, .textfieldMinCharsMsg, .textfieldMaxCharsMsg, .textfieldValidMsg {
display:none;
}
.textfieldRequiredState .textfieldRequiredMsg, .textfieldInvalidFormatState .textfieldInvalidFormatMsg, .textfieldMinValueState .textfieldMinValueMsg, .textfieldMaxValueState .textfieldMaxValueMsg, .textfieldMinCharsState .textfieldMinCharsMsg, .textfieldMaxCharsState .textfieldMaxCharsMsg, .badEmailPasswordCombo {
color:#EF6612;
display:inline;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
input.textfieldRequiredState, .textfieldRequiredState input, input.textfieldInvalidFormatState, .textfieldInvalidFormatState input, input.textfieldMinValueState, .textfieldMinValueState input, input.textfieldMaxValueState, .textfieldMaxValueState input, input.textfieldMinCharsState, .textfieldMinCharsState input, input.textfieldMaxCharsState, .textfieldMaxCharsState input {
border:1px solid #EF6612;
}
.textfieldFlashText input, input.textfieldFlashText {
color:#EF6612 !important;
}
.selectRequiredMsg, .selectInvalidMsg {
display:none;
}
.selectRequiredState .selectRequiredMsg, .selectInvalidState .selectInvalidMsg {
color:#EF6612;
display:inline;
}
.selectValidState select, select.selectValidState {
}
select.selectRequiredState, .selectRequiredState select, select.selectInvalidState, .selectInvalidState select {
border:1px solid #EF6612;
}
.selectFocusState select, select.selectFocusState {
}
.textareaRequiredMsg, .textareaMinCharsMsg, .textareaMaxCharsMsg, .textareaValidMsg {
display:none;
}
.textareaRequiredState .textareaRequiredMsg, .textareaMinCharsState .textareaMinCharsMsg, .textareaMaxCharsState .textareaMaxCharsMsg {
color:#EF6612;
display:inline;
}
.textareaValidState textarea, textarea.textareaValidState {
}
textarea.textareaRequiredState, .textareaRequiredState textarea, textarea.textareaMinCharsState, .textareaMinCharsState textarea, textarea.textareaMaxCharsState, .textareaMaxCharsState textarea {
border:1px solid #EF6612;
}
.textareaFocusState textarea, textarea.textareaFocusState {
}
.textareaFlashState textarea, textarea.textareaFlashState {
color:#EF6612 !important;
}
.checkboxRequiredMsg, .checkboxMinSelectionsMsg, .checkboxMaxSelectionsMsg {
display:none;
}
.checkboxRequiredState .checkboxRequiredMsg, .checkboxMinSelectionsState .checkboxMinSelectionsMsg, .checkboxMaxSelectionsState .checkboxMaxSelectionsMsg {
color:#CC3333;
display:block;
}
.motpassoublier{
	text-decoration:underline;
	clear:both;
	
	text-align:right;
}