.input_textveld_error, .small_textveld, .big_textveld, .input_textveld, .input_button {
	float: left;
	padding: 2px;
	border: 1px solid #ccc;
	background-color: #fff;
	background-image: url(../../../static/images/inputbg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;

	width: 137px;
	height: 13px;
	margin-right: 3px;
	margin-top: 3px;
}

.input_textveld_error {
	color: red;
}

.small_textveld {
	width: 40px;
}

.big_textveld {
	width: 137px;
	height: 40px;
	margin-right: 3px;
	margin-top: 3px;
}


}

.input_button {
	color: #ee3524;
	font-weight: bold;
	width: 90px;
	height: 25px;
}

.errorleft, .left, .errorright, .right {
	vertical-align: middle;
}

.errorright, .errorleft {
	color: red;
}

.formheader {
	color: #EE3524;
	font-weight: bold;
	height: 15px;
}

.extra_tekst {
	font-size: 9px;
	margin-top: 6px;
	color: black;
}

input {
	background: none;
}

.persoonsgegevens dt
{
margin-top: 5px;
font-weight: bold;
}

