/**
 * De stijlkenmerken van de formulierelementen.
 */
.form .item {
	border: 1px solid black;
	font-size: 100%;
	color: rgb(30, 45, 64);
	padding: 2px;
}

.form .content {
	width: 100%;
}

.form .fieldtypestring, 
.form .fieldtypeemail,
.form .fieldtypeoption,
.form .fieldtyperadio,
.form .fieldtypecheckbox,
.form .fieldtypelongstring {
	width: 250px;
}

.form .submit {
	width: 200px;
}

.form .fieldtypelongstring {
	width: 250px;
	height: 200px;
	font-size: 125%;
}

.form .fieldtypedatetime {
	width: 50px;
}

.form .fieldtypedate, .px175px    {
	width: 50px;
}

.form .fieldtyperadio {
	width: 10px;
	border: 0;
}

.form .submit {
	background-color: white;
	margin-left: 8px;
}

.form .required    {
	/*background-color: #FFDE85;*/
}

.form .error    {
	border: 2px solid #E20B0B;
}

/*
.form fieldset    {
	border: 1px solid #000;
	margin: 10px 10px 10px 10px;
	padding: 5px 5px 5px 5px;
}
.form fieldset legend {
	padding: 3px 3px 3px 3px;
	border: 1px solid #000;
	color: #000;
}*/