@charset "utf-8";

form, label, legend, table {
	font-size:12px;
}


input.spc-cls{
	display:none;
}





/* ---------- Contactform ---------- */	
form#contactForm{
	padding-top:15px;
}

div.formspacer{
	clear:left;
	height:10px !important;
	width:10px !important;
	font-size:1px !important;
	line-height:0px !important;
	margin:0px !important;
	padding:0px !important;
}

div.Label{
	width:110px;
	margin-right:20px;
	float:left;
	text-align:right;
	font-weight:bold;
	font-size:11px;
}

	div.SmallLabel{
		width:25px;
		margin-right:10px;
		float:left;
		text-align:left;
		font-weight:bold;
		font-size:11px;
	}


div.RadioLabelSmall{
	float:left;
	font-size:11px;
	width:50px;
}

div.div.RadioLabelLarge{
	float:left;
	font-size:11px;
	width:120px;
}

form#contactForm input{
	width:200px;
	float:left;
	border:none;
	background:#fff;
	border:1px solid #abadb3;
}	

form#contactForm input.checkbox{
	width:15px;
	text-align:left;
}

form#contactForm input.checkbox, form#contactForm input.radio{
	width:25px;
	border:none;
    vertical-align: bottom; /* align radio en checkbox to text*/
    position: relative;
    top: -2px;
    *overflow: hidden;

}

form#contactForm textarea{
	width:300px;
	height:200px;
	border:none;
	background:#fff;
	border:1px solid #abadb3;
}

.formsubmitbutton{
	text-align:center !important;
	width:275px !important;
	background:#fff !important;
	border:2px solid #f69715 !important;
	cursor:pointer !important;
	font-weight:bold !important;
}

div.FormIndentLeft{
	padding-left:25px;
}

.formInputNote{
	clear:left;
	padding-top:5px;
	padding-bottom:5px;
	margin-left:130px;
	padding-left:10px;
	margin-top:10px;
	margin-bottom:5px;
	width:380px;
	background:#efefef;
}
	.formInputNote p{
		font-size:10px !important;
		padding:0px;
	}


/* ---------------------------- solliciteer ------------------------ */


div#SolliciteerForm {
	color:#000;
	padding-top:15px;
	min-width:0; /*ie7 clearing */
}
div#SolliciteerForm fieldset {
	display:block;
	margin:0;
	border:0;
	color:#000;
}
div#SolliciteerForm label {
	padding:0;
	margin:0;
	color:#000;
	font-weight:bold;
	font-size:11px;
	padding-bottom:2px;
}

div#SolliciteerForm div#UwGegevens3 label{
	padding-top:5px;
	display:block;
}


div#SolliciteerForm div#UwGegevens4 fieldset{
	padding-bottom:13px !important;
	padding-left:25px;
}

div#SolliciteerForm div#UwUploads fieldset, div#SolliciteerForm div#UwGegevens fieldset{
	padding-bottom:13px !important;
}




div#SolliciteerForm div#UwGegevens, div#SolliciteerForm div#UwGegevens3 {
	float:left;
	width:320px;
}
div#SolliciteerForm div#UwGegevens2, div#SolliciteerForm div#UwGegevens4 {
	float:right;
	width:320px;
}
div#SolliciteerForm div#UwGegevens input, div#SolliciteerForm div#UwGegevens2 input, div#SolliciteerForm div#UwGegevens3 input, div#SolliciteerForm div#UwGegevens4 input {
	padding:0;
	margin:0;
	background-color:#fff;
	border:1px solid #ABADB3;
	width:300px;
	padding:4px 0px 3px 3px;
	font-size:12px;
	font-weight:nrmal;
	color:#000;
	height:15px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
}
div#SolliciteerForm div#UwGegevens3 {
	padding-top:0px;
	width:330px;
}
div#SolliciteerForm div#UwGegevens3 fieldset {
	padding:0;
	width:320px;
}
div#SolliciteerForm div#UwGegevens3 input {
	height:14px;
	padding:1px 0px 3px 3px;
	width:270px;
}
div#SolliciteerForm div#UwGegevens3 textarea, div#SolliciteerForm div#UwUploads textarea {
	background-color:#fff;
	border:1px solid #ABADB3;
	padding:4px 0px 3px 3px;
	font-size:12px;
	font-weight:nrmal;
	color:#000;
	height:15px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	height:116px;
	width:300px;
	overflow:auto;
}
div#SolliciteerForm div#UwUploads label {
	width:300px;
}
div#SolliciteerForm div#UwUploads textarea {
	width:310px;
	height:146px;
}
div#SolliciteerForm div#UwGegevens4 fieldset {
	margin-bottom:10px;
	width:310px;
}
div#SolliciteerForm div#UwGegevens3 input.form_solliciteer_radio,  div#SolliciteerForm div#UwGegevens4 input.form_solliciteer_radio {
	width:12px;
	height:12px;
	margin-top:5px;
}



div.fileinputs input {
	background-color:#fff;
	border:1px solid #ABADB3;
}

input.form_solliciteer_radio{
	border:none !important;
}

div#tourreg_left, div#tourreg_right{
	float:left;
	width:310px;
	padding-top:15px;
	overflow:hidden;
	padding-bottom:15px;
}

input#s2f_verstuur{
	margin-left:130px;
	cursor:pointer;
}

input.BtnSubmit{
	width:100px;
	padding:2px;
	border:none;
	background:#e01109;
 	color:#fff;
	cursor:pointer;
	font-weight:bold;
	margin-top:10px;
}

table.TblNewsletter td {
	padding:5px;
	vertical-align:middle;

}

table.TblNewsletter td input {
	width:200px;
	float:left;
	border:none;
	background:#fff;
	border:1px solid #abadb3;
}


