body {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}
input.notrequired, textarea.notrequired {
	border: 1px solid #00A8E6;
	padding: 3px;
}
input.required, textarea.required {
	border: 1px solid #00A8E6;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	font-size: 10px;
	margin: 2px 0;
	color : #FF3300;
	font-weight: bold;
	width: 270px;
	padding: 3px;
}

.custom-advice {
	font-size: 10px;
	margin: 1px 0;
	background-color: #f0f5fb;
	color : #FF3300;
	font-weight: bold;
	width: 270px;
}
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;
}

.field-label {

}

.field-widget {

}
#mailing {
	height: 535px;
	width: 350px;
	background-color: #f0f5fb;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #000;
	position: absolute;
}
#mailing_content {
	position: absolute;
	height: 120px;
	width: 260px;
	left: 40px;
	top: 110px;
}

#logo_blomer {
	background-image: url(../images/nieuws/logo_blomer.jpg);
	position: absolute;
	height: 100px;
	width: 330px;
	left: 20px;
	top: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#bar_left_01 {
	position: absolute;
	height: 100px;
	width: 20px;
	background-color: #FEC85D;
	left: 0px;
	top: 0px;
}
#bar_left_02 {
	background-color: #86B0DE;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFF;
	position: absolute;
	height: 432px;
	width: 20px;
	left: 0px;
	top: 100px;
}
/*#txt_vlak_mail_01 {
	height: 300px;
	width: 310px;
	background-color: #f0f5fb;
	padding-top: 20px;
	padding-right: 20px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #000;
}
#txt_vlak_mail_01 a {
	color: #000;
	text-decoration: underline;
}
#txt_vlak_mail_01 a:hover {
	color: #000;
	text-decoration: none;
}*/

