.validateOK {
	padding: 0.1em 0.3em 0.1em 1.8em;
	background: url(../img/ok2.png) 0.1em 0 no-repeat;
	color: green;}
.validateBAD {
	padding: 0.1em 0.3em 0.1em 1.8em;
	background: url(../img/attention.png) 0.1em 0 no-repeat;
	color: black;}
.validateCLEAR {
	border-bottom: none;
	color: black;}
	
form fieldset label {
	display: block;}
form fieldset input {
	display: inline;}

.error-submit {
	border: thin solid #c33;
	padding: 1em;
	width: 100%;}
