#note input.inputmatcherok, .texte input.inputmatcherok,  .texte textarea.inputmatcherok {
background-color:green;
color:#FFF;
}
#note input.inputmatchernotok, .texte input.inputmatchernotok,  .texte textarea.inputmatchernotok{
background-color:red;
color:#FFF;
}
button.inputmatcherok, button.inputmatchernotok {
	border:0px;
	height:22px;
	width:22px;
	margin:0px 0px 0px 5px;
	padding:0px;
}
button.inputmatcherok {
	background:url(gfx/ok.png) transparent top left no-repeat;	
}
button.inputmatchernotok {
	background:url(gfx/notok.png) transparent top left no-repeat;	
}