/* Forms Stylesheet
	* Aanvraagformulier * Contactformulier * Aan- en afmelden nieuwsbrief
*/

/* Live validation */
.information{position: absolute; background: #fffacd; border: 1px solid #e1d678; width: 160px; padding: 5px; z-index: 99; display: none; margin-left: 430px;}
.information h4{background: url("/img/information-icon.png") no-repeat 0 50%; padding-left: 23px; border: none; color: #2d79ce; font-size: 1.2em; margin-bottom: 5px; clear: none; font-weight: bold; line-height: normal;}
.information p{line-height: normal !important; font-size: 1.2em !important; color: #67696b; clear: left; margin: 0;}
.information span{display: block; width: 11px; height: 11px; left: -16px; top: 3px; float: left; background: url("/img/information-form-arrow.gif") no-repeat 0 50%;position: relative;}

span.accept, span.exclamation{display: block; width: 16px; height: 16px; float: left; padding: 0; margin: 7px 0 7px 5px; background: url("/img/sprite-validate.gif") 0 16px; line-height: normal;}
span.exclamation{background-position: 0 0;}

input.inputError{border: 1px solid #ff0000; width: 30.4% !important; margin-bottom: 7px; padding: 2px;}
span.errorText{clear: left; padding-top: 0; color: #ff0000; font-size: 1.1em; margin: -4px 0 3px 205px; width: 200px; font-weight: normal; line-height: normal;}
select.inputError{border: 1px solid #ff0000; padding-right: 2px;}
span.hide{display: none !important;}
div.hide{display: none !important;}
/* End Live validation */

/* 2. Global */

#wrap{ position: static;}

form{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	margin: 0 auto;
	width: 100%;
}

.fullWidth form{
	margin: 0;
	float: left;
}

/* 3. Fieldset */

fieldset{
	display: block;
	border: 1px solid #ccc;
	border-top: .3em solid #ccc;
	margin: 1em 0 0 0;
	padding: 0 1% 1em 1%;
	background: #fff;
}

fieldset fieldset{
	width: 32%;
	float: left;
	margin: 0 0 .5em -0.3em !important;
	padding: 3px 0 0 0;
	border: none;
	background: none;
}

fieldset legend {
	font-size: 1.6em;
	font-weight: bold;
	margin: 0 5px 1em 5px;
	padding: 0;
	position: relative;
	top: -1em;
	color: #000;
}

fieldset fieldset legend{ display: none;}

.FieldSetHighlighted {
	border: 1px solid #be150f;
	border-top: .3em solid #be150f;
	background: #f2f3f4;
}

/* 4. Elements */

label{
	display: block;
	float: left;
	width: 33%;
	font-size: 1.4em;
	padding-top: 3px;
	margin-bottom: 5px;
	cursor: pointer;
	text-align: right;
	padding-right: 2%;
	clear: left;
}

input{
	float: left;
	width: 30.4%;
	margin-top: 3px;
	margin-bottom: 5px;
	font-size: 1.4em;
}

select{
	float: left;
	width: 31.4%;
	margin-top: 3px;
	margin-bottom: 5px;
	font-size: 1.4em;
}

fieldset fieldset input, fieldset fieldset label{
	display: block;
	float: left;
}

fieldset fieldset label{
	width: 80%;
	text-align: left;
	padding-top: 0;
	margin-top: -.3em;
	clear: none;
}

fieldset fieldset input{
	width: auto;
	clear: left;
	margin-top: 2px;
}

textarea{
	width: 65.4%;
	font: 1.4em Arial, Helvetica, sans-serif !important;
	height: 6em;
	float: left;
}

.buttonFieldset{ border: 0; background: none; margin-top: 0!important;}
.buttonFieldset legend{ display: none;}

input.button{
	margin: 1em 0;
	position: relative;
	left: 35.3%;
	width: 31.3%;
}

fieldset h4{
	clear: left;
	font-weight: bold;
	padding-bottom: .1em;
	margin: 1em 0;
	color: #fff;
	font-size: 140% !important;
}

fieldset span{
	font-size: 1.4em;
	float: left;
	padding-top: 3px;
	font-weight: bold;
}

.SummaryFieldset{
	margin-bottom: 1em;
}

.SummaryFieldset h4{
	margin-left: .5em;
}

.SummaryFieldset label{
	clear: left;
}

.emailConfirm{font-size: 160%;}

#summaryframe{
	width: 0;
	height: 0;
}

/* 5. Notes and Errornotes */

.notes, .errorNotes{
	float: right;
	width: 25%;
	font-size: 1em;
	padding: 1em;
}

.notes{
	background: #e7f1fa;
	border: 1px solid #afc7e3;
}

.errorNotes{
	background: #ffeeeb;
	border: 1px solid #f4aca1;
}

.notes h4, .notes h5, .notes p,
.errorNotes h4, .errorNotes h5, .errorNotes p{
	font-size: 1.2em !important;
	line-height: normal !important;
	margin: 0;
}

.errorNotes h4, .errorNotes h5, .errorNotes p{
	color: #e76757;
}

.notes h4, .errorNotes h4{
	padding: 0 0 .5em 1.5em;
	margin-bottom: .5em;
	font-weight: bold;
	color: #000;
}

.notes h4{
	background: url("../img/information.gif") no-repeat;
	border-bottom: 1px solid #afc7e3;
}

.errorNotes h4{
	background: url("../img/exclamation.gif") no-repeat;
	border-bottom: 1px solid #f4aca1;
}

.notes h5,
.errorNotes h5{
	font-weight: bold;
	margin-bottom: .1em;
}

.notes p,
.errorNotes p{
	margin-bottom: 1em;
}

/* 8. Misc */

.error, .nojavascript{
	color: #ff0000;
}

fieldset input.error, fieldset select.error { /* Rode rand om velden die niet of niet correct zijn ingevuld */
	border: 1px solid #ff0000;
	padding: 1px;
}

fieldset fieldset input.error{ /*  */
	border: none;
}

/* Contactformulier */

#FieldSetSubject select{ /* Verander hier de selectbox van het contactformulier */

}

#FieldSetExplanation li{
	font-size: 120%;
}

/* Nieuwsbrief */

#formulier_aanmelden , #formulier_afmelden{
	margin: 0 0 1em 0;
}

#formulier_aanmelden .button, #formulier_afmelden .button{
	margin: 0;
	left: 35%;
	position: relative;
	clear: left;
	width: 35.7%;
}

