/* formulier onderdelen */
#roodlink{
	width:85%;
	padding:4px 10px 4px 30px;
	border:1px solid #FF3300;
	background:url(../images/cross.png) no-repeat #ffc9c9 5px 50%;
	display:block;
	font:12px/16px Helvetica, Arial, sans-serif;
	color:#FF0000;
	text-decoration:none;
	margin:3px 0 8px;
}
fieldset{
	border:none;
	width:315px;
}
button, .knop{
	background:none;
	color:#000000;
	cursor:pointer;
	font:bold 12px/16px Arial, Helvetica, sans-serif;
	float:right;
	border:none;
}
button{
	margin:5px 0 0;
	width:100px !important;
}
form {
	margin: 0;
	padding: 0;
}
label {
	float: left;
	font-weight: bold;
	margin: 3px 0 0 0;
	text-align: left;
	width: 115px;
}
.aanhefsmall{
	width: 112px!Important;
	padding-top:4px;
}
textarea {
	border: 1px solid #58595a;
	overflow: auto;
	padding: 3px;
	width: 186px;
	-moz-border-radius:4px;
}
.both {
	float: left;
	margin-bottom: 15px;
	width: 280px;
}
.required {
	display: none;
	visibility: hidden;
}
.small {
	float: left;
	margin-bottom: 15px;
	width: 119px;
}
.small input {
	margin: 0 0 0 2px;
	padding: 0;
}
.text {
	border: 1px solid #58595a;
	color: #565A5C;
	float: left;
	margin-bottom: 16px;
	padding: 3px;
	width: 189px;
	-moz-border-radius:4px;
}

