@charset "utf-8";
/* CSS Document */

/* OPMAAK NIEUWSBRIEF FORM */
form.nieuwsbrief {
	width: 200px;
	font-size: 1.0em;
	color: #000;
	padding:0px;
	margin:0px;
/*	margin-right: 20px;*/
	float: left;
/*	clear:both; */
	overflow:hidden;
}
form.nieuwsbrief fieldset {
	margin-bottom: 10px;	
	border: none;
	padding: 0px;
}
form.nieuwsbrief fieldset p { margin-left: 0px; margin-top: 0px; margin-bottom:4px; padding: 0;}

form.nieuwsbrief label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	cursor: hand;
	width: 70px;
	font-weight:bold;
}
form.nieuwsbrief label.error {
	margin-left: 73px;
	width: 123px;
	color: #FFF;
	font-style: italic;
	font-weight:normal;
}
form.nieuwsbrief input.submit {
	margin-left: 73px;
	width:101px;
	height:23px;
	background-image:url(../images/button_red.gif);
	background-repeat:no-repeat;
	border:none;
	color:#FFF;
}

form.nieuwsbrief div.error { display: none; }
form.nieuwsbrief input {	border: 1px solid black; font-size:11px; width:120px;}
form.nieuwsbrief input.checkbox { border: none; width:16px; }
form.nieuwsbrief input:focus { border: 1px dotted black; }
form.nieuwsbrief input.error { border: 1px dotted #e20075; }
 /* form.nieuwsbrief .gray * { color: gray; } */
 
/* OPMAAK NIEUWSBRIEF FORM */

/* OPMAAK AANMELD FORM */
form.aanmeldform {
/*	width: 360px;*/
	width: 440px;	
	font-size: 1.0em;
	color: #000;
	padding:0px;
	margin-right: 20px;
	float: left;
	clear:none;
}

form.aanmeldform fieldset {
	margin-bottom: 10px;	
	border: none;
	background-color: #fdf0f7;
	border-top: 1px solid #e20075;
}
form.aanmeldform legend {
/*	padding: 0 2px;*/
	font-weight: bold;
	font-size:20px;
/*	_margin: 0 -7px; */ /* IE Win */
}
form.aanmeldform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	cursor: hand;
	width: 120px;
}
/*form.aanmeldform label.error {
	margin-left: 123px;
	width: 130px;
	color: #e20075;
	font-style: italic;
}*/
form.aanmeldform label.error { float: none; color: #e20075; font-style: italic; padding-left: .5em; vertical-align: top; }
form.aanmeldform p { clear: both; }

form.aanmeldform input.submit {
	margin-left: 123px;
	width:101px;
	height:23px;
	background-image:url(../images/button_red2.gif);
	background-repeat:no-repeat;
	border:none;
	color:#FFF;
}

form.aanmeldform div.error { display: none; }
form.aanmeldform input {	border: 1px solid black; font-size:11px; width:160px;}
form.aanmeldform input.checkbox { border: none; width:16px; }
/*form.aanmeldform input.radio { border: none; width:16px; }*/
form.aanmeldform #lid { border: none; width:16px; margin: 0px; }
form.aanmeldform input:focus { border: 1px dotted black; }
form.aanmeldform input.error { border: 1px dotted #e20075; }
/*form.aanmeldform .gray * { color: gray; }*/