/*
***********************************************************
Title:     Forms
Author:    Emile Blume - Netcreators.com
Updated:   07/05/2007
***********************************************************
*/
@charset "utf-8";

form {
	margin-bottom: 1.45em;
	padding: 0.3em;
}

button {
        cursor: pointer;
}

#gegevens label {
clear:left;
display:block;
float:left;
margin-bottom:0.9em;
width:70px;
}

#gegevens input, #gegevens textarea {
background:#FFFFFF url(../images/bg_search_input.gif) repeat-x top;
border:1px solid #AAAAAA;
color:#333333;
display:block;
float:left;
font-size:100%;
line-height:1.45em;
margin-bottom:0.9em;
width:128px;
}

#gegevens textarea {
width:280px;
}

#gegevens input.button, #geg04 input.button {
background:#FFFFFF url(../images/bg_a_arrow.gif) no-repeat scroll 0pt 0.45em;
border:0;
clear:none;
color:#666666;
cursor:pointer;
float:right;
font-size:100%;
line-height:1em;
/*margin:5.4em 0pt 0pt 8px;*/
padding-left:10px;
padding-right:0pt;
width:auto;
}

/* Gegevens ///////////////////////////////////////////////////////////////*/
#geg01, #geg02, #geg03 {
	display: inline;
	float:left;
	width:232px;
}

#geg02, #geg04 {
	float:right;
	width:225px;
}

#geg03 { width:232px;}

#gegevens input#postcode { width:62px;}
#gegevens input#datum_1, input#datum_2, input#datum_3, input#datum_4 { width:70px;}
#gegevens input#opleiding_1, input#opleiding_2, input#opleiding_3, input#opleiding_4 { width:150px;}