form {
	margin: 30px 0 0 0;
	padding: 0;
}
.line {
	display: block;
	width: 600 px;
	height: 30px;
	text-align: center;
}
label {
	display: block;
	float: left;
	width: 150px;
	height: 20px;
	text-align: right;
	padding-right: 10px;
}
input {
	width: 450px;
	height: 20px;
	float: left;
	border: 1px solid #B81124;
}
.textarea {
	height: 160px;
	margin-top: 10px;
}
.knopline {	
	width: 450px; 
	position: relative;
	left: 150px;
}
textarea {
	float: left;
	width: 450px;
	height: 150px;
	border: 1px solid #B81124;	
}
input.knop {
	width: 120px;
	float: none;
	font-weight: normal;
	color: #F2F2F2; /*#B81124;*/
	background: #B2B3B5;
	margin-right: 10px;
	border: 1px outset #F2F2F2;
}
.radio {
	border: none;
	width: auto;
}
