/* formulier */
form {
	display: inline;
	}

label, input, textarea, .div_label, .div_input {
	display: block;
	width: 100px;
	float: left;
	margin: 0 5px 10px 0;
	height: 15px;
}

label, .div_label {
	text-align: right;
	line-height: 15px
}

input, textarea {
	color: #777;
	font-size: 11px;
	font-family: Verdana;
	padding-left: 2px;
	border: solid 0px #999;
}

textarea {
	height: 200px
}

.div_input {
	width: auto
}	

form br {
	clear: left;
}

select {
	font-family: Verdana;
	font-size: 10px;
	margin: 0 0 5px 5px;
	border: solid 1px #000;
}

.hidden {
	display: none
}
	
.button, .buttonhover {
	width: auto;
	height: auto;
	color: #fff;
	font-size: 10px;
	background-color: #c32780;
	padding-left: 2px;
	border: solid 1px #c32780;
	cursor: hand;
}

.buttonhover {
	background-color: #000;
	border: solid 1px #000;
	color: #fff;
}

.checkbox {
	display: inline;
	width: 15px
}	 

.feedback {
	color: #900;
	line-height: 15px
}

.px75 {
	width: 75px
}

.px100 {
	width: 100px
}

.px150 {
	width: 150px
}

.px200 {
	width: 200px
}

.px300 {
	width: 300px
}

.px400 {
	width: 400px
}

.px500 {
	width: 500px
}

.keuzeveld {
	padding: 10px;
	width: 520px;
	background: #eaeaea;
}
