/* CSS Document */
input{
	font-family:Arial, Tahoma;
}

form.standaard{
	margin:10px;
}
	input.textStandaard, input.textNieuws{
		width:150px;
		border:1px solid #3D6D96;
		font-size:6.5pt;
		padding:3px;
		background-color:#FFFFFF;
		background-image:url(../img/layout/form_vingerafdruk.jpg);
		background-position:right;
		background-repeat:no-repeat;
		color:#3D6D96;
		margin-bottom:5px;
	}
	textarea.textStandaard{
		width:250px;
		height:100px;
		border:1px solid #3D6D96;
		font-size:6.5pt;
		padding:3px;
		background-color:#FFFFFF;
		color:#3D6D96;
		margin-bottom:5px;
	}
	select.selectStandaard{
		width:158px;
		border:1px solid #3D6D96;
		font-size:7.5pt;
		padding:3px;
		background-color:#FFFFFF;
		background-image:url(../img/layout/form_vingerafdruk.jpg);
		background-position:right;
		background-repeat:no-repeat;
		color:#3D6D96;
		margin-bottom:5px;
	}
		select.selectGroep{
			width:100px;
			border:1px solid #3D6D96;
			font-size:7.5pt;
			padding:3px;
			background-color:#FFFFFF;
			background-image:url(../img/layout/form_vingerafdruk.jpg);
			background-position:right;
			background-repeat:no-repeat;
			color:#3D6D96;
			margin-bottom:5px;
		}
		select.selectOverig{
			border:1px solid #3D6D96;
			font-size:7.5pt;
			padding:3px;
			background-color:#FFFFFF;
			background-image:url(../img/layout/form_vingerafdruk.jpg);
			background-position:right;
			background-repeat:no-repeat;
			color:#3D6D96;
			margin-bottom:5px;
		}
	input.submitStandaard, input.submitNieuws{
		border:1px solid #CACACA;
		background-color:#FFFFFF;
		font-size:7.5pt;
		color:#4A4A4A;
		padding:2px;	
	}

form.nieuws{
	margin:0px;
	margin-top:5px;
}
	input.textNieuws{
		margin:0px;
	}
	input.submitNieuws{
		width:156px;
		border:0px;
		padding:0px;
		padding-top:4px;
	}