/* Formulieren */

div#content_links form {
	font: 12px arial;
	padding: 5px 0 0;
}

div#content_links fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
	border-left: 5px solid #8DA8B9;
	padding: 0px 0px 0px;
	margin-bottom: 20px;
	background: #f1f1f1;
}

div#content_links form h2 {
	border-bottom: 2px solid #8DA8B9;
	display: block;
	color: #333333;
	font: bold 14px arial;
	padding: 6px 0px;
	margin: 0px;
}

div#content_links dl {
	padding: 8px 15px 8px;
	float: left;
	clear: both;
	font: 12px arial;
}

div#content_links dl.oneven {
	background: #f5f5f5;
}

div#content_links dl.radiocheck {
	/*margin-bottom: 15px;*/
}

div#content_rechts dl.radiocheck {
	clear: both;
}

div#content_rechts dl.radiocheck dt {
	line-height: 20px;
}

div#content_links dt {
	float: left;
	width: 90px;
}

div#content_links dt label {
	font: 12px arial;
	font-weight: bold;
	line-height: 22px;
}

div#content_links dd {
	float: left;
	clear: right;
	width: 250px;
}

div#content_links dl.radiocheck dd {
	float: none;
	margin-left: -10px;
}

div#content_links dl.submit dd  {
	float: none;
	margin-left: 90px;
}

div#content_links dd span.informatie {
	float: left;
	margin-bottom: 8px;
	line-height: 18px;
	color: #000000;
}

div#content_links dd label {
	color: #000000;
}

div#content_links dd input {
	width: 250px;
	padding: 3px;
	background: #ffffff;
	border: 0;
	border-bottom: 1px dotted #333333;
	color: #000000;
}


div#content_links dl.radiocheck dd input {
	width: auto;
	border: 0;
	margin-right: 10px;
	margin-bottom: 8px;
	background: none;
}

div#content_rechts dl.radiocheck dd input {
	width: auto;
	border: 0;
	margin-right: 10px;
	margin-bottom: 2px;
}

div#content_links textarea {
	width: 250px;
	float: left;
	border: 1px solid #7597A2;
	padding: 3px;
	background: #ffffff;
	border: 0;
	border-bottom: 1px dotted #333333;
	color: #000000;
}

div#content_links dl.submit input {
	width: 80px;
	padding: 1px;
	background: #e1e4e7;
	border-bottom: 2px solid #7597A2;
}

div#content_rechts dl.submit input {
	width: 80px;
	padding: 0px;
	margin: 12px 0 0 0px;
	background: #e1e4e7;
	border-bottom: 2px solid #7597A2;
}
