/* CSS Document */

				  
	/*FORM SETTING		*/			
	
	
	  
span.formelement { display:block;
					width:120px;
				   float:left;
				   clear:left;
				   margin-right:4px;
				   padding:8px 0 0 0;
				   color:#425D6E;
				   font-weight:bold;
				   font-size:11px;
				   letter-spacing:1px;
				   }
				   
span.userdata { display:block;
					width:200px;
				   float:left;
				   clear:none;
				   margin-right:4px;
				   padding:8px 0 0 0;
				   color:#425D6E;
				   font-weight:bold;
				   font-size:12px;
				   letter-spacing:1px;
				   }			   					  
form[name="stichtingd"] {display:block;
	 width:500px;
	 position:relative;
	 margin:0 0 0 16px;

	 }		

form[name="stichtingd"] select { background-color:#425D6E; 
				color:#fff;
				border:none;
				height:auto;
				overflow:visible;}

	 		  
form[name="stichtingd"] input, textarea { width:200px;
			display:inline-block;
			float:left;
			margin:3px 0 9px 0;
			padding:4px 0 0 4px;
			background-color:#425D6E;
			border:none;
			color:#fff;
			overflow:auto;
			 }	
			
form[name="stichtingd"]  input[type="checkbox"] {  width:20px; }		
	
form input.submit { display:block;
					clear:both;
					width:80px;
					margin:14px 0 0 120px;
					/*background-color:#425D6E;*/
					background-color:#F2BA1D;
					color:#000;
					padding:0;
					border:none;
													
					 }		
