@import url(formbuilder.css);

#formNav {
	border-width: 1px 0;
	border-style: solid;
	border-color: #F21370;
	padding: 2px 0;
}

#formNav .fbContainerTitle { display: none; }

#formNav input {
	float: none;
	background: transparent;
	border: none;
	padding: 0;
	margin: 0;
	width: auto;
	display: inline;
	color: #F21370;
	padding-right: 1em;
	font-size: 14px;
}

#formNav .fbElement { margin: 0; padding: 0; display: inline; clear: none; font-size: 14px; }

#formNav .active { font-weight: bold; }

#formNav label {
	display: none;
}

#formNav .fbFakeButton {
	display: inline;
	padding-right: 2em;
}

.fbContainerTitle {
	font-size: 18px;
	color: #F21370;
}

#popupcontainer {
	display: none;
}

.fbButton input.submit, #submitContainer input.cancel, .fbButton input.button {
	background: #F21370;
}

.fbRadioButtons div.fbRadio {
	float: left;
	clear: none;
	width: 50px;
}

.biglabels .fbRadioButtons div.fbRadio {
	width: 150px;
}

.fbRadioButtons div.fbRadio label { padding-left: 20px; }

form .fbRadioContainerTitle {
	margin-bottom: 0;
}

.fbForm .fbRadioButtons div.fbElement {
	margin: 0;
}

.fbForm .fbContainer label.error {
	margin-left: 0;
	clear: none;
	background: #f00 url(/image/error-bg.gif) no-repeat left center;
	color: white;
	font-weight: normal;
	font-size: 11px;
	padding: 0 4px;
	padding-left: 18px;
	margin: 0;
	line-height: 21px;
}

.fbForm .fbRadioButtons { width: auto; }

div.static-datepicker table.datePickerTable { width:240px; }

input#aankomst, input#vertrek { display: none; }

#step2_data .fbElement {
	width: 250px;
	float: left;
	clear: none;
	margin-bottom: 20px;
}

#step2_data .fbElement label { float: none; }

#overview .details th {
	text-align: right;
}

#overview th, #overview .items tfoot td {
	padding-right: 1em;
	color: #F21370;
	font-weight: bold;
}

#overview .items td, #overview .items thead th { text-align: right; }

#overview th, #overview td { line-height: 22px; }

#overview .items { width: 100%; }

#overview .details { margin-bottom: 20px; }

#overview .items th, #overview .items tfoot td { padding-right: 0; }

#overview .items tfoot td, #overview .items tfoot th { border-top: 2px solid #F21370; font-size: 16px; }

#overview .items tfoot .noline td, #overview .items tfoot .noline th { border-top: none; }
#overview thead th { border-bottom: 1px solid #F21370; }

div.birthdate .fbContainerTitle {
	color: #323232;
	font-size: 1em;
	margin: 0;
	font-weight: bold;
	float: left;
	width: 210px;
}

div.birthdate label { display: none; }

div.birthdate select { margin-right: 5px; }

div.birthdate div.fbElement { display: inline; }

div.birthdate select.birthdate_day { width: 3.5em; }

div.birthdate select.birthdate_month { width: 100px; }

div.birthdate input.birthdate_year { width: 4em; }

div.personal_details { margin-bottom: 20px; }

div.personal_details .fbContainerTitle, #familiegegevens .fbContainerTitle { margin-top: 0; }

#maincontact { margin-top: 20px; }


