/* Formulier
----------------------------------------------------*/
form .dummy {
	display: none;
}
table.form {
	width: 100%;
}
table.form td {
	padding-bottom: 3px;
}
.form input, .form select {
	font: 13px/16px Helvetica, Arial, sans-serif;
	width: 220px;
	color: #3b3b3b;
	padding: 3px;
}
textarea {
	font: 13px/16px Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif;
	padding: 3px;
	width: 220px;
}
.form select {
	width: 226px;
}
.form textarea.grootte-100 {
	padding: 0;
}
.form input[disabled], .form select[disabled] {
	color: #5b5b5b;
}
.form tr.lbl-hor td:first-child, .form tr.lbl-hor td.lbl {
	width: 180px;
}
.form tr.lbl-ver td {
	padding-bottom: 7px;
	padding-right: 14px;
}
.form .lbl-ver br {
	clear: left;
}
.form label.lbl-inline {
	float: none;
	display: inline;
}
.form table.keuzes {
	width: auto;
}
#pagina .form table.keuzes td {
	width: auto;
	padding: 0 14px 3px 0;
}
.form input.keuzevak {
	width: auto;
	position: relative;
	margin-right: 4px;
	top: 1px;
}
.form .keuzes td label {
	line-height: 24px;
	font-weight: normal;
	color: #2b2b2b !important;
	display: inline;
	float: none;
}
.form label {
	display: block;
	float: left;
}
.form label, .form label a {
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	color: #2b2b2b;
}
.form label.fout, .form .keuzes td label.fout {
	color: #c00000 !important;
}
.form span.notitie {
	color: #868686;
	font-size: 11px;
	display: block;
}
.form span.notitie:empty {
	display: none;
}
.form span.notitie:hover {
	color: #363636;
	cursor: help;
}
textarea.code {
	font-family: 'Courier New', serif;
	font-size: 12px;
	color: #000000;
}


/* Voorwaarden
----------------------------------------------------*/
div.voorwaarden {
	font-size: 11px;
	height: 180px;
	color: #666;
	padding: 3px;
	border: solid 1px #eee;
	overflow: auto;
}
div.voorwaarden em {
	display: block;
	font-style: normal;
	font-size: 13px;
	border-bottom: solid 1px #eee;
}
div.voorwaarden ul {
	padding-left: 15px;
}


/* Formulier: padding
----------------------------------------------------*/
.form .pad-boven, .form .pad-boven td {
	padding-top: 14px !important;
}
.form .pad-onder, .form .pad-onder td {
	padding-bottom: 14px !important;
}


/* Formulier: element grootte
----------------------------------------------------*/
.grootte-10 {
	width: 40px !important;
}
.grootte-20 {
	width: 60px !important;
}
.grootte-30 {
	width: 90px !important;
}
.grootte-40 {
	width: 120px !important;
}
.grootte-50 {
	width: 170px !important;
}
.grootte-60 {
	width: 220px !important;
}
.grootte-70 {
	width: 280px !important;
}
.grootte-80 {
	width: 390px !important;
}
.grootte-90 {
	width: 520px !important;
}
.grootte-99 {
	width: 99% !important;
}
.grootte-100 {
	width: 100% !important;
}
select.grootte-10 {
	width: 46px !important;
}
select.grootte-20 {
	width: 66px !important;
}
select.grootte-30 {
	width: 96px !important;
}
select.grootte-40 {
	width: 126px !important;
}
select.grootte-50 {
	width: 186px !important;
}
select.grootte-60 {
	width: 226px !important;
}
select.grootte-70 {
	width: 288px !important;
}
select.grootte-80 {
	width: 396px !important;
}
select.grootte-90 {
	width: 526px !important;
}
select.grootte-100{
	width: 99% !important;
}


/* Formulier: foutmeldingen en mededelingen
----------------------------------------------------*/
.foutteksten {
	margin-bottom: 7px;
	background-color: #fffecd;
	border: solid 2px #eae9a6;
}
.mededelingen {
	background-color: #fffecd;
	color: #000000;
	border: solid 2px #eae9a6;
	position: absolute;
	width: 952px;
	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;
}
