.formulier_leden input{
	border:1px solid #939393;
	font-size:13px;	
	line-height:14px;
	padding:4px;
}

.formulier_leden th{border: 0px solid red; text-align: left; padding-right: 10px;}

form strong{
	clear:both;
	display: block;
	background: #d9d9d9;
	margin-bottom:10px;
	padding: 4px;}

form fieldset{
		background:#f2f2f2;
		margin: 10px 0 !important;}

form.a {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  margin: 0;
  padding: 0;
  
 /* min-width: 500px;
  max-width: 600px;
  width: 560px;  */
}

form.a fieldset {
  /* clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  /* border-color: #000;
  border-width: 1px;
  border-style: solid; */
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form.a fieldset.persoonsgegevens label{
	width: 100px !important;}

form.a i{
	color: red; 
}

form.a label {
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: left; 
}

form.a label.no_left {
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 70px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: left; 
}

form.a label.no_left input.radio{
	margin:0 0 0 10px;
	padding:3px;
	width:auto;
	border:0px solid red !important;
	background: none !important;

}

form.a fieldset.lidworden label{
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	padding: 0; 
	margin: 0 0 0 5px;
	_margin: 0; /* set top margin same as form input - textarea etc. elements */
	text-align: left; 
	width: 95%;
	border: 0px solid red;
}

form.a fieldset.lidworden label input{
	margin: 5px 0 0 0!important;}


form.a fieldset.soort_abonnement label{
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 95%; 
	padding: 0; 
	margin: 0 0 0 5px; /* set top margin same as form input - textarea etc. elements */
	_margin: 0;
	text-align: left; 
}

form.a fieldset.blad_ontvangen label{
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 300px; 
	padding: 0; 
	margin: 0 0 0 5px;
	_margin: 0; /* set top margin same as form input - textarea etc. elements */
	text-align: left; 
	}


form.a fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                     /* be careful with padding, it'll shift the nice offset on top of border  */
}

form.a input, form.a textarea  {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
	border: 1px solid #CCC;
	padding:0.5em;
	background:url(../_img/bg_form.gif) no-repeat 0 0 ;
cursor: pointer;
}

form.a input.breed{ width: 60%;}
form.a input.breder{ width: 70%; margin: 0 !important;}

form.a fieldset.soort_abonnement input.radio,
form.a fieldset.lidworden input.radio, 
form.a fieldset.blad_ontvangen input.radio{
	margin: 0 10px 0 0 !important;
	background:none !important;
	border:0 !important;
	}
form.a fieldset.lidworden textarea{
	margin:0 !important;}

form.a fieldset.lidworden label.ik_ben_geen_lid{
	margin-top:10px;
	padding-top:10px;
	border-top: #cecece 1px solid;
	width: 95%;}

form.a input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form.a small {
	display: block;
	/* margin: 0 0 5px 160px;  instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
	color:red;
}

form.a fieldset.persoonsgegevens small{
	display: block;
	 /* margin: 0 0 5px 90px;instructions/comments left margin set to align w/ right column inputs */
	padding: 0;
	margin:0;
	font-size: 88%;
	color:red;
}

form.a fieldset.lidworden small, form.a fieldset.blad_ontvangen small {
	border: 0px solid red;
	display: block;
	margin: 0px 0 5px 0px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 0px 3px 0 0;/* 150px 3px 0 0*/
	font-size: 88%;
	color:red;
	clear:left;
display:block;
}

form.a fieldset.soort_abonnement small{
	margin:5px 0 0 0 !important;
	}


form.a .required{font-weight:bold;} /* uses class instead of div, more efficient */

form.a br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

input.submit{
	background:#000 !important;
	color:#FFF;
	font-weight: bold;
	border:0 !important;
	margin:0 !important;
}

small ul{
	margin-left:110px;
	_margin-left:80px;
	list-style:inside;
	list-style-type:none;
}

small{height: 20px !important;
padding:0;
margin:0;}

