/******************************************************************
 * FORMULIER OPMAAK
 ******************************************************************/
	
	table.form td {
		padding: 2px;
	}
	
	table.form tr,
	table.form td {
		vertical-align: top;
	}
	
	
	table.form td input,
	table.form textarea {
		float: left;
	}
	
	table.form td input[type|=radio] {
		float: none;
	}
	
	input + label {
		cursor: pointer;
	}
	
	input.text,
	.textarea {
		font-family: Arial,Tahoma,Sans-serif;
		font-size: 13px;
	}
	
	.formWidth {
		width: 250px;
	}
	
	input.text {
		color: #4F4F4F;
		border: 1px solid #C1C1C1;
		
		width: 250px;
		height: 23px;
	}
	
	.disabled {
		background-color: #EFEFEF;
	}
	
	.textarea {
		color: #4F4F4F;
		font-size: 13px;
		border:	 1px solid #C1C1C1;
		
		width: 250px;
		height: 150px;
	}
	
	select {
		color: #4F4F4F;
		font-size: 13px;
		border: 1px solid #C1C1C1;
		
		width: 252px;
		height: 24px;
	}
	
	input.radio,
	input.checkbox {
		margin: 5px;
	}
	
	.req,
	#messages,
	.formErrorMsg {
		color: #DF3737;
		margin-top: 10px;
	}
	
	ul.formErrorMsg {
		list-style-type: none;
		padding-left: 3px;
	}
	
	td.req {
		text-align: center;
	}
	
	#messages {
		font-weight: bold;
		height: 20px;
	}
	
	.fieldmsg {
		color: #DF3737;
		float: left;
		margin-left: 10px;
	}
	
	a.button,
	input.button {
		cursor: pointer;
		
		width: 253px;
		height: 25px;
		
		line-height: 25px;
		
		color: #FFFFFF;
		font-weight: bold;
		
		text-align: center;
		
		/*** Impres Lib: clipped green2 ***/
		display:				inline-block;
		cursor:					pointer;
		padding:				0 10px;
		
		-webkit-border-radius:	5px;
		-moz-border-radius: 	5px;
		border-radius: 			5px; 
		
		border:					none;
		text-decoration:		none;
		
		background:				url(http://lib.impres.nl/buttons/img/green2.jpg) left top repeat-x;
		/*** Impres Lib: clipped green2 ***/
	}
	
	a.button:hover,
	input.button:hover {
		
	}
	
	.capt-select {
		cursor: pointer;
	}
	
	ul.option {
		list-style: none outside none;
		margin-left: -40px;
	}
	
	.captcha {
		display: block;
		margin: 10px 0px 10px 0px;
	}
	
    .datepicker {
        width:75px !important;
    }
