
.clear {
	clear: both !important;
	height: 0 !important;
	text-indent: -9999px !important;
	line-height: 0 !important;
	font-size: 1px !important;
}

.hidden {
	display: none !important;
}

.noborder {
	border: none !important;
}

.nomargin {
	margin: 0 !important;
}

.center {
	text-align: center !important;
}

.note {
	font-size: 0.8em;
	font-style: italic;
}

.liststyle {
	font-family:Verdana;
	font-size:0.9em;
}

.white { color: #fff; }

/*________________________________________________________________________________BASIC FORM___*/

form legend {
	display: none;
}

form fieldset {
	margin: 0;
	border: none;
}

form fieldset br {
	clear: both;
}

form fieldset label {
	position: relative;
	float: left;
	display: block;
	width: 15em;
	margin: 0 2em 0.1em 0;
	padding: 4px 0 0;
	font-size: 0.95em;
}
form fieldset span { float:left; padding: 4px 0 0; }
form fieldset span.space { padding: 4px 4px 0 0; width:10px;}

form fieldset input {
	float: left;
	background: #ffffff;
	width: 282px;
	height: 18px;
	margin: 0;
	padding: 2px 3px 0;
	border: 1px solid #8b8b8b;
	font-family: Arial, Helveticca, sans-serif;
	font-size: 1em;
}

form fieldset.columnnized label {
	width: 130px;
	margin-right: 3px;
}

form fieldset.columnnized input {
	float:left;
	width: 132px;
	margin: 2px 0;
}

form fieldset.columnnized select {
	float:left;
	width: 140px;
	margin: 2px 0;
}

form fieldset.radiobuttons input,
form fieldset.radiobuttons label {
	float: left;
	width: auto;
}

form fieldset.radiobuttons input {
	background: none;
	margin: 0.1em 0.35em 0 0;
	border: none;
}

form fieldset.radiobuttons label {
	height: 22px; /* Standard input height + 2px. */
	margin: 0 1em 0 0;
	text-align: left;
}

form fieldset.radiobuttons.error {
	background: none;
	border: none;
}

form fieldset.textfields div {
	float: left;
	width: auto;
}

form fieldset.textfields label {
	margin: 0;
}

form fieldset.textfields div.width_third {
	width: 108px;
	margin-right: 5px;
}

form fieldset.textfields div.width_third label,
form fieldset.textfields div.width_third input {
	width: 100px;
}

form fieldset.textfields div.width_two_thirds {
	width: 177px;
}

form fieldset.textfields div.width_two_thirds label,
form fieldset.textfields div.width_two_thirds input {
	width: 169px;
}

form input.submit {
	background: url(../images/bg_btn_submit.png) no-repeat;
	width: 110px;
	height: 30px;
	margin: 1.1em 0 0.5em;
	padding: 0;
	border: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2em;
	color: #ffffff;
	cursor: pointer;
}

form input.submit:hover {
	background: url(../images/bg_btn_submit_hover.png) no-repeat;
}

form .error-message {
	color: #ff3333;
	font-weight: bold;
}


form .error-container {
	padding:2px 5px 2px 5px;
	margin-bottom: 6px;
	background: #ffdddd;
	border: 1px solid #ff3333;
	color: #ff3333;
	font-size:0.95em;
	font-weight: bold;
}

form .confidential { clear:both; font-size:0.95em; font-style: italic; }

form br {
	line-height: 0;
}

.loancapacityintro1 {
font-weight:bold;
}


div#box_loan p { padding-left: 0; padding-right: 0; }
div#box_loan p.subh { color: #e50083; font-size:1.5em; font-weight:normal; line-height:1em; padding: 0; margin: 8px 0 0.25em; }
div#box_loan div.loancontent { margin: 20px 0 0 0; }
div#box_loan p.loancapacitynote { font-size: 0.9em; font-weight: bold; }

#loanform { margin: 8px; }

ul.ervaring { font-size:0.95em; margin-left: 1.2em; margin-top:0.5em; }
ul.ervaring li { color:#E50083; font-weight:bold; }

div.leencapaciteitvoorwaarden ul { margin-left: 8px; }
div.leencapaciteitvoorwaarden ul li { background:transparent url(../images/icon_listmarker_magenta.png) no-repeat scroll left 0.5em; margin:0.1em 0; padding-left:1.5em; }
div.leencapaciteitvoorwaarden h4 { font-size: 1.0em; }
div.leencapaciteitvoorwaarden table { margin-left: 8px; }

div.bedankt p { margin: 5px 0; }
