@charset "UTF-8";.selectRequiredMsg, .selectInvalidMsg{display:none;}
.selectRequiredState .selectRequiredMsg,
.selectInvalidState .selectInvalidMsg{display:inline;color:yellow;border:0px;font-size:10px;}
.selectValidState select, select.selectValidState{background-color:#F7FFF7;}
select.selectRequiredState, .selectRequiredState select,
select.selectInvalidState, .selectInvalidState select{background-color:#FCE3E3;}
.selectFocusState select, select.selectFocusState{background-color:#fefff4;}