/*________________________________________________________________________________BASIC FORM___*/
form {
	margin: 0px;
	padding:8px;
}

form legend {
	display: none;
}

form div {
	margin: 0;
	border: none;
}

form div br {
	clear: both;
}


form div label {
	position: relative;
	float: left;
	display: block;
	width: 15em;
	margin: 0 2em 0.1em 0;
	padding: 0.2em 0 0.2em 0;
	font-size: 1em;
}

form div input {
	float: left;
	background: #ffffff;
	width: 282px;
	height: 18px;
	margin: 0;
	padding: 2px 3px 0 0;
	border: 1px solid #8b8b8b;
	font-family: Arial, Helveticca, sans-serif;
	font-size: 1.1em;
}

form div.radiobuttons div { margin:0; background:red;}

form div.radiobuttons input,
form div.radiobuttons label {
	float: left;
	width: auto;
}

form div.radiobuttons input {
	background: none;
	margin: 0.1em 0.35em 0 0;
	border: none;
}

form div.radiobuttons label {
	height: 22px; /* Standard input height + 2px. */
	margin: 0 1em 0 0;
	text-align: left;
}

form div.radiobuttons.error {
	background: none;
	border: none;
}

form div.textfields {
clear:both;
}

form div.textfields div {
}

form div.textfields label {
	float: left;
	margin: 0;
	padding: 0.2em 0 0.2em 0;
}

form div.textfields div.width_third {
	float: left;	
	width: 108px;
	margin: 0px 5px 0 0;
	padding: 0;
}

form div.textfields div.width_third label,
form div.textfields div.width_third input {
	margin:0;
	width: 100px;
}

form div.textfields div.width_two_thirds {
	float: left;	
	width: 160px;
	margin: 0px;
	padding:0;
}

form div.textfields div.width_two_thirds label,
form div.textfields div.width_two_thirds input {
	margin:0;
	width: 169px;
}

form textarea { width: 288px; height: 90px; }

form fieldset input.submit {
	background: url(../../images/gratisrijbewijs/bg_btn_submit.png) no-repeat;
	width: 110px;
	height: 30px;
	margin: 1.1em 0 0.5em;
	padding: 0;
	border: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2em;
	color: #ffffff;
	cursor: pointer;
}

form div input.submit:hover {
	background: url(../../images/gratisrijbewijs//bg_btn_submit_hover.png) no-repeat;
}

form input.form-error { background: pink; /*padding: 2px;*/ }

/*
form div .error {
	background: #ffdddd;
	border: 1px solid #ff3333;
	color: #ff3333;
}
*/

form div br {
	line-height: 0;
}


label { font: 11px "Verdana", Arial, sans-serif; }
label.big { float: left; width: 140px; display: block; line-height: 1.8em; }
label.small { float: left; width: 60px; display: block; line-height: 1.8em;  }

/* BUTTONS */
.linkbutton { 
	display: block; width: 167px; height: 23px; 
	background: url("../images/button_pink.png") no-repeat; 
	color: #fff; 
	text-decoration: none; 
	text-align: center; 
	font-weight: bold; 
	line-height: 1.4em; 
	font-size: 14px;
	float: right; 
	margin: 10px 25px 0 0; 
}
.linkbutton2 { 
	display: block; width: 225px; height: 23px; 
	background: url("../images/button_pink3.png") no-repeat; 
	color: #fff; 
	text-decoration: none; 
	text-align: center; 
	font-weight: bold; 
	line-height: 1.4em; 
	font-size: 14px;
}
.linkbutton3 { 
	display: block; width: 130px; height: 23px; 
	background: url("../images/button130.png") no-repeat; 
	color: #fff; 
	text-decoration: none; 
	text-align: center; 
	font-weight: bold; 
	line-height: 1.4em; 
	font-size: 14px;
}
.linkbutton4 { 
	display: block; width: 190px; height: 23px; 
	background: url("../images/button190.png") no-repeat; 
	color: #fff; 
	text-decoration: none; 
	text-align: center; 
	font-weight: bold; 
	line-height: 1.4em; 
	font-size: 14px;
}
.aanmelden {
	background: url(../images/button_aanmelden.gif) right 0 no-repeat;
	margin-right:5px;
}
.theoriebutton { 
	display: block; width: 329px; height: 307px; 
	background: url("../images/theorie-online-banner.png") no-repeat; 
	color: #fff; 
	text-decoration: none; 
	text-align: center; 
	font-weight: bold; 
	line-height: 1.4em; 
	font-size: 14px;
}
.submitbutton { width: 167px; height: 23px; background: url("../images/button_pink.png") no-repeat; }

/* ERROR */
.error_message { height: 200px; border: 1px solid #ed008c; margin: 0; padding: 3px; color: #ed008c; }
.error_message h1 {	 color: #ed008c; line-height: 2em;  font-size: 1.4em;}

#proefrijles p.attention { font-weight: 500; font-style:italic; color: #e50083; padding:4px 0px 4px 8px;}


#contact p.note, #klantenservice p.note { clear: both; font-style: italic; }

/* Contact */
/*#contact form { margin: 7px; width: 252px; }
#contact form label { display: block; margin-top: 3px; padding: 2px; }
#contact form input { width: 250px; }
#contact form textarea { width: 250px; height: 90px; }
#contact form .geslacht { margin-bottom: 10px; }
#contact form .geslacht label { display: inline; padding: 5px; }
#contact form .geslacht input { width: auto; }
#contact form .form-error { background: pink; }
#contact form div.form-error { padding: 2px; }
#contact p.note { clear: both; font-style: italic; }*/

/* Klantenservice */
/*#klantenservice form { margin: 7px; width: 252px; }
#klantenservice form label { display: block; margin-top: 3px; padding: 2px; }
#klantenservice form input { width: 250px; }
#klantenservice form textarea { width: 250px; height: 90px; }
#klantenservice form .geslacht { margin-bottom: 10px; }
#klantenservice form .geslacht label { display: inline; padding: 5px; }
#klantenservice form .geslacht input { width: auto; }
#klantenservice form .form-error { background: pink; }
#klantenservice form div.form-error { padding: 2px; }
#klantenservice p.note { clear: both; font-style: italic; }*/

/* Proefrijles aanvraag */
/*#proefrijles p.attention { font-weight: 500; font-style:italic; color: #e50083; }
#proefrijles form label { display: block; margin-top: 0px; padding: 0 2px; }
#proefrijles form .voornaam { margin: 0 5px 5px 0; float: left; }
#proefrijles form .achternaam { margin: 0 0 5px 5px; float: left; }
#proefrijles form input { width: 250px; }
#proefrijles form input#ProefrijlesVoornaam { width: 116px; }
#proefrijles form input#ProefrijlesAchternaam { width: 116px; }
#proefrijles form textarea { width: 250px; height: 90px; }
#proefrijles form .geslacht { margin-bottom: 10px; }
#proefrijles form .geslacht label { display: inline; padding: 5px; }
#proefrijles form .geslacht input { width: auto; }
#proefrijles form .form-error { background: pink; }
#proefrijles form div.form-error { padding: 2px; }*/


/* Leencapaciteit */
#loanform form .error-message { color: #ff3333; font-weight: bold; }
#loanform form .error-container { padding:2px 5px 2px 5px; margin-bottom: 6px; background: #ffdddd; border: 1px solid #ff3333; color: #ff3333; font-size:0.95em; font-weight: bold; }
