.form_textinput_ko {
	font-style: normal;
	color: #FF0000;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	font-weight: normal;
}
.form_textinput_ok {
	font-style: normal;
	color: #000000;
	font-weight: normal;
	border: thin solid #000000;
	margin: 3px;
	padding: 2px;
	width: auto;
	height: auto;
}
.legends {
	font-family: Arial, Helvetica, sans-serif;
	font-size: larger;
	color: #009900;
	font-weight: bold;
	font-variant: small-caps;
}

.default {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12;
	background-color:#99FF99;
}
