/* Formulier
----------------------------------------------------*/
.form {
	width: auto;
}
.form td {
	vertical-align: top;
}
.form input, .form textarea, .form select {
	font: 13px/16px Arial, Verdana, sans-serif;
	width: 220px;
	color: #3b3b3b;
}
.form input {
	height: 17px;
}
.form select {
	width: 226px;
	height: 23px;	
	color: #3b3b3b;
}
.form textarea {
	margin-bottom: 7px;
}
.form input, .form select {
	padding: 1px 2px;
}
.form input[disabled], .form select[disabled] {
	color: #5b5b5b;
}
.form .lbl-ver {
	padding-bottom: 7px;
	padding-right: 14px;
}
.form .lbl-ver br {
	clear: left;
}
.form .pad-boven, .form .pad-boven td {
	padding-top: 14px !important;
}
.form .pad-onder, .form .pad-onder td {
	padding-bottom: 14px !important;
}
.form .lbl-hor {
	width: 194px;
	padding-bottom: 7px;
}
.form .keuzes {
	width: auto;
}
.form .keuzes td {
	padding: 0 14px 3px 0;
}
.form .keuzes input {
	float: left;
	width: auto;
	position: relative;
	margin-right: 4px;
	clear: both;
	display: block;
	top: 1px;
}
.form .keuzes label {
	font-weight: normal;
}
.form label {
	display: block;
	float: left;
}
.form label, .form .lbl-prefix {
	font: normal 12px/20px Arial, sans-serif;
	color: #444444;
}
.lbl-bold label {
	font-weight: bold;
}
.form label.verplicht {
	font-weight: bold;
	color: #222222;
}
.form label.fout {
	color: #c00000;
}
.form .lbl-prefix {
	float: right;
	padding-right: 7px;
}
.form span.notitie {
	color: #868686;
	font-size: 11px;
	display: block;
	margin-bottom: 7px;
}
.form span.notitie:hover {
	color: #363636;
	cursor: help;
}
.form span.notitie-groot {
	font-style: italic;
}
.form textarea.code {
	font-family: 'Courier New', Courier, serif;
	font-size: 11px;
}


/* Formulier element grootte
----------------------------------------------------*/
.extraklein {
	width: 40px !important;
}
.klein {
	width: 80px !important;
}
.kort {
	width: 120px !important;
}
.gemiddeld {
	width: 160px !important;
}
.normaal {
	width: 200px !important;
}
.groot {
	width: 250px !important;
}
.form .extragroot {
	width: 400px !important;
}
select.extraklein {
	width: 46px !important;
}
select.klein {
	width: 86px !important;
}
select.kort {
	width: 126px !important;
}
select.gemiddeld {
	width: 166px !important;
}
select.normaal {
	width: 206px !important;
}
select.groot {
	width: 256px !important;
}
select.extragroot {
	width: 406px !important;
}
.form textarea.extragroot {
	height: auto !important;
	width: 404px !important;
}


/* Foutmeldingen en mededelingen
----------------------------------------------------*/
.foutteksten {
	margin-top: 7px;
	margin-bottom: 7px;
	background-color: #fffecd;
	border: solid 2px #eae9a6;
}
.mededelingen {
	background-color: #eeac3d;
	color: #000000;
	border: solid 2px #ffa000;
	position: absolute;
	width: 955px;
	z-index: 100;
}
.foutteksten div, .mededelingen div {
	padding: 7px;
}
.foutteksten span {
	font-weight: bold;
}
.foutteksten ul {
	list-style: disc;
	padding-left: 21px;
}
.foutteksten ul li {
	padding: 3px 0;
	text-align: left;
}
.mededelingen ul {
	list-style: none;
}
.mededelingen ul li {
	padding: 3px 0;
	text-align: center;
	line-height: 28px;
}