/** FORM BUILDER STYLE **/

.fbForm div.fbElement {
	margin: 1px 0px;
	padding: 3px 0px;
	}
.fbForm p.fbContainerTitle {
	margin: 1em 0px 1px 0px;
	font-weight: bold;
	}
.fbForm input,
.fbForm select {
	width: 270px;
	border:0;
	color:black;
	}
.fbForm label {
	width: 117px;
	color: #6EB7F6;
	line-height: 1.6;
	}
.fbForm .fbRadio input,
.fbForm .fbCheckbox input,
.fbForm .fbContainer > label.error {
	margin-left: 150px;
	}
.fbForm .fbRadio input{
	margin-left:-20px;
	}
.fbForm textarea {
	width: 400px;
	height: 120px;
	}
.fbForm label.error {
	color: red;
	position: absolute;
	right: 237px;
	}
.fbForm .fbFileUpload label.error {
	padding-left: 2em;
	}
.fbForm span.require {
	color: #6EB7F6;
	}
.fbForm .fbRadioButtons{
	clear:both;
	width:500px;
	}

/** FORM BUILDER STRUCTURE **/

.fbForm {
	clear: both;
	}
.fbForm div.fbContainer {
	overflow: visible;
	}
.fbForm div.fbElement {
	zoom: 1;
	clear: both;
	height:18px;
	/*margin-left:20px;*/
	overflow:visible;
	}
.fbForm label {
	float: left;
	}
.fbForm input,
.fbForm select,
.fbForm textarea {
	float: left;
	}

.fbForm select,
.fbForm option{
	border:0;
	width:50px;
	color:black;
}
.fbForm .fbRadio input,
.fbForm .fbButton input,
.fbForm .fbCheckbox input {
	width: auto;
	}
.fbRadioButtons {
	margin-left: 20px;
}
.fbForm .fbRadio input{
	width:10px;
	}
.fbForm .fbRadio label{
	width:300px;
	color:#fff;
	}
.fbForm label.error {
	/* margin: 5px 0px 13px 0px; */
	background:#F00;
	clear: none;
	color: white;
	font-weight: bold;
	font-size: 11px;
	padding: 0 4px;
	padding-left: 18px;
	line-height: 18px;
	text-align: right;
	width:160px;
}
.fbForm input[disabled] {
	line-height: 1.3;
	}

#infoParagraph{
	margin-left:20px;
	margin-bottom:30px;
	}
	
	
	/**/
	
	#testForm dl {
	}
		#testForm dl dt {
			display: block;
			float: left;
			margin-right: 10px;
			text-transform: uppercase;
			color:#6EB7F6;
			width:77px;
		}
		#testForm dl dd {
			
		}
		#testForm dl dd div {
			display: block;
			overflow: auto;
		}
		.spacerLeden {
			display:block;
			float:left;
			width:100px;
		}
	
	
	
	
.bestel{
	width:77px;
	color:#6EB7F6;
	display:inline-block;
	vertical-align:top;
	}
#ulHolder{
	display:inline;
	
	}
#ulHolder ul{
	list-style:none;
	margin-left:0px;
	width: auto;
	}
	#ulHolder .spacerLeden{
		display:inline-block;
		width: 72px;
		}

#FB_Send{
	width:100px;
	height:26px;
	margin-left:190px;
	background: url('/image/verzenden.png') no-repeat;
	}
#advert{
	position:absolute;
	left:730px;
	top:150px;
	width: 141px; height: 320px;
	background: url('/image/deondernemer.jpg') no-repeat;
	}
	#advertLink{
		display:block;
		width: 141px; height: 320px;
		}