@charset "UTF-8";
/* CSS Document */

fieldset {
border:1px solid #cc3333;
padding:20px!important;
}

legend {
font-weight:bold;
padding: 0 10px;
color:#808080;
}

input, textarea, select {
font-size:11px;		
color:#000000;
}

.textfield {
border:1px solid #666666;
height:19px;
width: 99%;
padding: 2px 0 0 0;

}
	
textarea {
height:100px;
color:#000000;
border:1px solid #666666;
}

.inputbutton {
float:right;
color:#000000;
border:0;
}

.hidesubmitbutton {
background:#FFFFFF;
border:0 none;
height:1px!important;
left:0;
position:absolute;
top:0;
width:7px!important;
}
	
form .buttonholder {
float:right;
margin-top: 10px;
}
	
form .legenda {
font-size:11px;
color:#999999;
margin-top:20px
}

form .row {
position:relative;
width:100%;
overflow:hidden;
margin-bottom:3px;
}
	
	form .col2-1 {
		width:50%;
		float:left;
	}
	
	form .col2-2 {
		width:50%;
		float:left;
	}
			
	form .col1-1 {
	width:100%;
	overflow:hidden;
	}
	
	form .onthoudmij {
		
	}
		form .onthoudmij span{
		color:#ffffff;
		font-size:11px;
		}
	
		form .onthoudmij a {
		font-size:10px;
		display:block;
		}
		
	form .postcode .numbers {
	width:30px;
	}
	
	form .postcode .chars {
	width:16px;
	}
	
	form .duuropdracht .textfield {
		width:24px;
	}
	
	form .beschikbaar .day, form .geboortedatum .day {
		width:16px
	}
	
	form .beschikbaar .month, form .geboortedatum .month {
		width:16px
	}
	
	form .beschikbaar .year, form .geboortedatum .year {
		width:32px
	}
	
	form .beschikbaar_opmerking textarea {
		height:50px;
	}

.borderbox {
margin-bottom:15px;
}
	
	.borderbox .top {
	background:url(../../assets/templates/custom/img/search-bg-top.png) no-repeat;
	height:11px;
	}
	
	.borderbox .content {
	background: #666666;
	color:#ffffff;
	padding: 0 10px;
	}
	
		.borderbox .textfield{
		width: 164px;
		}
	
	.borderbox .bottom {
	background:url(../../assets/templates/custom/img/search-bg-bottom.png) no-repeat;
	height:11px;
	}
	
#contactForm {
display:block;
margin-right: 375px;
}

	#contactForm p {
		margin:7px 0 4px 0;
		padding:0;
	}