/* form */

label{
float:left;
width:150px;
margin-top:5px;
}
input[type=radio]{
	float:none;
	width:auto;
}
input, textarea, select{
float:left;
width:250px;
margin-top:5px;
	border:1px solid #9C9E9F;
	font-family:Verdana;
	font-size:10pt;
}

input[type=submit], input[type=button]{
	padding:3px;
	border:1px solid #333;
	color:#333;
	background:#cccdcd;
}

.clr{
clear:both;
}
fieldset{
border:0px;
}

.correct{
	border:1px solid #066707;
}
.false{
	border:1px solid #F00;
}
/* einde form */