 
.form_hld{
	width:100%;
	height:auto;
}
.form_hld *:focus {
	outline:1px #26a9e0 dotted;
}
.form_hld .form_col{
	width:45%;
	/* Firefox */
	width: -moz-calc(50% - 20px);
	/* WebKit */
	width: -webkit-calc(50% - 20px);
	/* Opera */
	width: -o-calc(50% - 20px);
	/* Standard */
	width: calc(50% - 20px);	
	margin:0 10px 0 10px;
	height:auto;
	float:left;
}
.form_hld .form_col_full{
	width:95%;
	/* Firefox */
	width: -moz-calc(100% - 20px);
	/* WebKit */
	width: -webkit-calc(100% - 20px);
	/* Opera */
	width: -o-calc(100% - 20px);
	/* Standard */
	width: calc(100% - 20px);	
	margin:0 10px 0 10px;
	height:auto;
}



.form_hld label{
	width:100%;
}
.form_hld input, .form_hld select, .form_hld textarea{
	display:block;
	width:100%;
	height:27px;
	margin:8px 0 12px 0;
	padding:5px 0 5px 0;
	background-color:#eaeaea;
	border:none;
	border-bottom:1px #000 solid;
}
.form_hld select{
	height:38px;
}
.form_hld textarea{
	height:157px;
}

.form_hld .radio_hld{
	width:100%;
	height:37px;
	margin-top:8px;
	border-bottom:1px #000 solid;
}
.form_hld .radio_hld label{
	display:block;
	width:auto;
	height:16px;
	margin:4px 15px 0 0;
	float:left;
}
.form_hld .radio_hld input[type="radio"]{
	display:block;
	width:16px;
	height:16px;
	float:left;
	margin:4px 10px 12px 0;
}

.form_hld .checkbox_hld{
	width:100%;
	height:38px;
	margin-top:8px;
}
.form_hld .checkbox_hld label{
	display:block;
	width:auto;
	height:16px;
	margin:4px 15px 0 0;
	float:left;
}
.form_hld .checkbox_hld input[type="checkbox"]{
	display:block;
	width:16px;
	height:16px;
	float:left;
	margin:4px 10px 12px 0;
}

.subm_hid{
	display:none;	/* hidden submit btn om js submit met form validatie mogelijk te maken */
}
.verstuur{
	height:23px;
	margin:15px 0 0 0;
	padding:0 0 0 30px;
	background:url('../img/ico/ring_blauw.png') top left no-repeat;
	
	font-size:16px;
	line-height:16px;
}
.verstuur a{
	color:#26a9e0;
	text-decoration:none;
}
.verstuur a:hover{
	color:#26a9e0;
	text-decoration:underline;
}