/* --- formulieren --- */
#verstuur_email {
	width: 90%;
}

.formlabel_zoek {
	color: #000000;
	font-weight: bold;
	width: 110px;
}
input {
	height:15px;
	margin-bottom: 2px;
	background-color:#FDE9C6;
}
#radMachtigingJ, #radMachtigingN {
	background-color:#F9B859;
}
.radio, .checkbox {
	background-color:transparent;
}
textarea{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#FDE9C6;
}
select, .input, option {
	background-color:#FDE9C6; 
}	
.label {
	width: 300px;
	color:#000;
}
.formfields {
	height: 25px;
}
.formfields img {
	vertical-align: top;
	padding-bottom: -5px;
}
.formfields select {
	height: 20px;
	text-align: right;
	background-color:#FDE9C6;
}
.formvisible {
	position: relative;
	line-height: 26px;
}
.verplichtveld {
	padding-left: 3px;
	background-image: url(../images/verplicht.gif);
	background-repeat: no-repeat;
		width:10px;
}
.veld {
	float: left;
	margin-right: 3px;
}
.verplicht {
	background-image: url(../images/verplicht_in.gif);
	
	padding-left: 3px;
	width:10px;
}
*html .verplicht_img {
	margin-top: -7px;
}
.verplicht_radio {
	background-image: url(../images/verplicht_radio.gif);
	background-repeat: no-repeat;
	background-position: 2px -3px;
	padding-top: 20px;
}
.verplicht_img {
	margin-top: -12px;
}
select {
	
}

.subjectSubscript {
	font-size: 10px;
	color: #4D4D4D;
}

.inschrijf_subscript {
	padding-left: 20px;
	padding-top:3px;
}

/*
	Notice that IE has a display problem if the help link is on
	the last line of a container with no padding. If this is the
	case increase the padding bottom to at least 1px
*/

a.helpLink, a.helpLink:hover {
	text-decoration:	none;
	cursor:				help;
}

.help-tooltip {
	position:		absolute;
	width:			400px;
	border:			1px Solid WindowFrame;
	background:		Infobackground;
	padding:		3px;
	filter:			progid:DXImageTransform.Microsoft.Shadow(color="#777777", Direction=135, Strength=3);
	z-index:		10000;
	font-size:		11px;
	text-align:		left;
	line-height:	11px;
}

.regel_container {
	width:			100%;
	clear: both;
}

.single_regel_label {
	float:			left;
	padding-left:	5px;
}

.regel_label {
	float:			left;
	padding-left:	5px;
	width:			295px;
}

.regel_value {
	float: right;
	width: 200px;
}
.readonly {
	background-color:#FAC569;
	border:solid 1px #E6A84D;
}
input[type="radio"], input[type="checkbox"] {
	background-color:transparent;
}

