@charset "UTF-8";
/* CSS Document */

.form_item {
	padding-left: 45px;
	padding-right: 45px;
	padding-top: 20px;
}


input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}
input.notrequired, textarea.notrequired {
	border: 1px solid #b8d47a;
	padding: 3px;
}
input.required, textarea.required {
	border: 1px solid #b8d47a;
	padding: 3px;
}
input.not-required, textarea.not-required {
	border: 1px solid #b8d47a;
	padding: 3px;
}
textarea.bericht {
	border: 1px solid #b8d47a;
	padding: 3px;
}
textarea {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 10px;
	width: 385px;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #b8d47a;
	color : #000;
}

.validation-advice {
	font-size: 10px;
	color : #FF3300;
	font-weight: bold;
	width: 350px;
	padding-top: 6px;
}

.custom-advice {
	font-size: 10px;
	color : #FF3300;
	font-weight: bold;
	width: 420px;
	padding-top: 3px;
}
fieldset {
	padding: 0.5em;
	margin-bottom: 0.5em;
}
label {
	font-weight: bold;
}
.form-row {
	clear: both;
	padding-top: 0.5em;
	padding-right: 0em;
	padding-bottom: 0.5em;
	padding-left: 0em;
}
.form-row-indent {
	clear: both;
	padding-top: 0.5em;
	padding-right: 0em;
	padding-bottom: 0.5em;
	padding-left: 1.5em;
}
.field-label {
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
}

.field-widget {
	
}
/*-------------------------------------- SUBMIT BUTTON ----*/

.submit {
	height: 22px;
	width: 92px;
	border: none;
	margin-top: 3px;
	font-weight: bold;
	background-color: #510d05;
	color: #FFF;
	margin: 20px 0px 0px 0px;
}
		
.submit:hover {
	font-weight: bold;
	background-color: #6E1006;
	color: #FFF;
}

#mailing {
	height: 490px;
	height: auto;
	background-color: #FFF;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #000;
	position: absolute;
}
#mailing_content {
	position: absolute;
	height: auto;
	width: 420px;
	left: 35px;
	top: 100px;
}
#mailing_content a {
	text-decoration: none;
	color: #000;
}
#mailing_content a:hover {
	text-decoration: underline;
	color: #000;
}
.validate-selection {
	background-color: #EEE;
}
.url {
	color: #666;
}
.formOnBlur {
	color: #FF3300;
}
.voorwaarden {
	font-size: 10px;
	color: #000;
}

.verplicht {
	font-size: 9px;
	color: #000;
	font-style: italic;
}
