/* Formulier
----------------------------------------------------*/
.form p {
	background: url(/images/achtergrond/donker.gif) repeat;
	padding: 1em;
	margin-bottom: 1em;
}
.form p input, .form p textarea {
	font: 1.2em/1.4em Georgia, Verdana, sans-serif;
	border: none;
	padding: 0.4em;
	width: 220px;
	color: #2b2b2b;
}
.form p select {
	width: 226px;
	color: #2b2b2b;
}
.form p textarea {
	padding: 0;
}
.form label {
	font: normal 1.1em/21px Georgia, sans-serif;
	font-style: italic;
	color: #382c1b;
}
.form label.fout {
	color: #c00000 !important;
}
.form p.lbl label {
	margin-left: 0.5em;
}
.form span.notitie {
	color: #868686;
	font-size: 11px;
	display: block;
	margin-bottom: 7px;
}
.form span.notitie:hover {
	color: #363636;
	cursor: help;
}


/* Formulier element grootte
----------------------------------------------------*/
.grootte-10 {
	width: 40px !important;
}
.grootte-20 {
	width: 60x !important;
}
.grootte-30 {
	width: 90px !important;
}
.grootte-40 {
	width: 120px !important;
}
.grootte-50 {
	width: 170px !important;
}
.grootte-60 {
	width: 220px !important;
}
.grootte-70 {
	width: 300px !important;
}
.grootte-80 {
	width: 400px !important;
}
.grootte-90 {
	width: 600px !important;
}
.grootte-100{
	width: 100% !important;
}

select.grootte-10 {
	width: 48px !important;
}
select.grootte-20 {
	width: 68px !important;
}
select.grootte-30 {
	width: 88px !important;
}
select.grootte-40 {
	width: 128px !important;
}
select.grootte-50 {
	width: 168px !important;
}
select.grootte-60 {
	width: 208px !important;
}
select.grootte-70 {
	width: 308px !important;
}
select.grootte-80 {
	width: 406px !important;
}
select.grootte-90 {
	width: 806px !important;
}
select.grootte-100{
	width: 99% !important;
}



/* Foutmeldingen en mededelingen
----------------------------------------------------*/
.foutteksten {
	margin-top: 7px;
	margin-bottom: 7px;
	background-color: #fffecd;
	border: solid 2px #eae9a6;
}
.mededelingen {
	position: absolute;
	width: 936px;
	z-index: 100;
	background-color: #fffecd;
	color: #000000;
	border: solid 2px #eae9a6;
}
.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;
}
