.cms_content_v2 label{ font-weight:300;}
.cms_content_v2 .form .row{ margin-right:0px; margin-left:0px;}
.cms_content_v2 input, .cms_content_v2 textarea, .cms_content_v2 select{
	height:40px;
	width:100%;
	background-color:#ffffff;
	border:1px solid #1d1d1b;
	padding-left:10px;
	padding-right:10px;
	font-size:16px;
	color:#1d1d1b;
/*	box-shadow: 0px 2px 5px 0px rgba(0, 1, 1, 0.08) inset;*/
	border-radius:0px;
	font-family:"Roboto",sans-serif;
	font-weight:300;
}
/*
.cms_content_v2 select{
	height:36px !important;
}*/
.cms_content_v2 textarea{
	 height:150px;
	 padding-top:8px;
}
.cms_content_v2 select{
	  width:100%;
	/*  height:36px;*/
}
/*
.cms_content_v2 select option{
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
}
.cms_content_v2  select>option:hover {
    background-color:rgba(233,25,46,0.9);
}

.cms_content_v2  option {
 
}
*/
.cms_content_v2 input[type="checkbox"], .cms_content_v2 input[type="radio"] {
    display:none;
}
.cms_content_v2 input[type="checkbox"] + label span , .cms_content_v2 input[type="radio"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:5px 10px 10px 0;
    vertical-align:middle;
    background:url(../../../../imgv3/standaard/forms.png) left top no-repeat;
    cursor:pointer;
}
.cms_content_v2 input[type="checkbox"]:checked + label span {
    background:url(../../../../imgv3/standaard/forms.png) -19px top no-repeat;
}
.cms_content_v2 input[type="radio"] + label span {
	   background:url(../../../../imgv3/standaard/forms.png) -39px top no-repeat;
}
.cms_content_v2 input[type="radio"]:checked + label span {
    background:url(../../../../imgv3/standaard/forms.png) -58px top no-repeat;
}
/*
#infotxt input[type="radio"], #infotxt input[type="checkbox"], #infotxt input[type="button"] 
{
	width: 19px;
	background-color:#FFF;
	border: 0px solid #c7dff2;
}*/


.cms_content_v2 .radio{
	width: 19px;
	background-color:#FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height:15px;
	border-radius: 0px;  
}



/***/
.verpicht{ color:#F80004; }
.form, .form .row{
	float:left;
	width:100%;
	text-align:left;
}
.form{ margin-left:0px; }
.form .row{
	clear:both;
}
.form{
	margin-bottom:30px;
}
.form .row{
	 margin-bottom:20px;
}
.form .row .c1{
}
.form .row .c1, .form .row .c2, .form .row .c_100{
	float:left;
	width:40%;
	line-height:35px;
}
.form .row .c1{
	padding-right:10px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	line-height:18px;
	padding-top:18px;

}
.form .row .c2{
	width:60%;
}
.form .row .c_100{
	width:100%;
}
