	/*#######################################################################
	#						  												#
	#				   		STYLESHEET FORMGENERATOR						# 
	#						 Gemaakt door Tangra Web					   	#
	# 						   www.tangraweb.nl            					#
	# 				   			  Mei 2009                	   				#
	#							 											#
	#######################################################################*/
	
	/*	FORMULIEREN
	 	_____________________________________________________________________ */
		
		#formulier
		{
			position: relative;
			float: left;
			
			width: 440px;
			height: auto;
		}
				
		.omlijning
		{
			position: relative;
			float: left;
			
			margin-bottom: 20px;
			
			width: 100%;
			height: auto;
			
			padding: 10px;
			
			border: solid 1px #EEEEEE;
			
		}
	
		.geen-omlijning
		{
			position: relative;
			float: left;
			
			margin-bottom: 20px;
			
			width: 100%;
			height: auto;
			
			padding: 10px;
			
			border: none;
		}
	
		.bloktitel
		{
			font-variant: normal;
			color: #CCCCCC;
			font-size: 18px;
			padding: 5px 5px 10px 5px;
		}
		
		.postcode { width: 25%; }
		.plaats { width: 66%;}
