/* Alles in Firefox */	
textarea	{
	width: 23.7em;
	}
	
fieldset {
	/* display: none; 
	padding: 0 .5em .5em .5em;*/
	border-top: none;
	border-left: none;
	border-bottom: none;
	border-right: none;
	margin-bottom: .5em;
	text-align: left;
	line-height: 1.25em;
	}
	
label	{
	display: block;
	float: left;
	width: 9em;
	text-align: left;
	margin-top: 14px;
	}
	
label.textarea {
	display: block;
	float: left;
	width: 9em;
	text-align: left;
	margin-top: 15px;
	}
	
input	{
	width: 200px;
	margin-top: 10px;
	}
	
input.radio{
width: 20px;
}
	
input.button	{
	width: 90px;
	}	
	
/* Alles in IE7 */	
*:first-child+html textarea	{
	width: 23.1em;
	}
	
/* Alles in IE6 en lager */	
* html textarea	{
	width: 23.1em;
	}

