/* Last changed: 2-1-2009 by Peter Leemker */
form label {
	clear: left; 
	display: block; 
	float: left; 
	width: 8em; 
	padding-top: 3px;
	margin-bottom: 0.5em;
}

form input, textarea {
	width: 35em; 
}

form input {
	padding: 0 0 0 2px; 
	margin: 0 0 0.5em 0;
}

form select {
	padding: 0 0 0 2px;
	margin: 0 0 0.5em 0;
	width: 10.5em;
}

form textarea {
	height: 12em;
	padding: 1px 0 0 2px; 
	margin: 0 0 0.5em 0;
	overflow: auto;
}

form button {
	margin-right: 1em;
	width: 6em;
}

form .frc {          /* voor checkboxen en radiobuttons om beter links uit te lijnen */
	width: 1.2em;
}

form .fb {			/* voor breedte van buttons */
	width: 8em;
}

form .extra_info {
	display: none;
	color: red;
	font-weight:bold;
}

form .extra_info label {
	width:auto;
}

/* corrigeren positie in firefox */
.content>.content2 form input[type="radio"], form input[type="checkbox"] {
	margin-top: 6px;
}
.content>.content2 form input[type="text"] {
	margin-top: 2px;
}

/* Nog nodig? Controleren bij formulieren altical */
.unit {
	display: inline;
}
