/********************************************************************* FORM LAYOUT ***/

form fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

form fieldset label {
	float: left;
	padding: 0 5px;
	font-size: 1.0em;
}

form fieldset select.text,
form fieldset input.text {
	display: block;
	float: left;
	margin: 0 0 11px 0;
	color: #306;
	width: 350px;
}

form fieldset textarea.text {
	border-left: 1px solid #c3c3c3;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #c3c3c3;
	display: block;
	float: left;
	margin: 0 0 11px 0;
	color: #306;
	background: url(/siteimg/bg_textarea.png) repeat-x left top;
}

form fieldset br {
	clear: both;
}

form p.errormsg {
	color: #ff0000;
}

div.form {
	margin: 0 0 1em;
}

div.form fieldset h2 {
	border-bottom: 1px solid #ccc;
	color: #999;
	font-size: 1.273em;
	padding-bottom: 5px;
}

div.form div.form_top {
	position: relative;
	height: 11px;
	background: url(../siteimg/sprite_form_top_bottom.png) repeat-x;
}

div.form div.form_top div.form_topleft_corner {
	position: absolute;
	top: 0;
	left: 0;	
	width: 11px;
	height: 11px;
	background: url(../siteimg/sprite_form_corners.png) no-repeat 0 0;
}

div.form div.form_top div.form_topright_corner {
	position: absolute;
	top: 0;
	right: 0;
	width: 11px;
	height: 11px;
	background: url(../siteimg/sprite_form_corners.png) no-repeat -11px 0;
}

div.form div.form_body {
	position: relative;
	padding: 0 4px;
	background: url(../siteimg/bg_form_border.png) repeat;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
}

div.form div.form_body fieldset {
	padding: 0 10px;
	background: #fff url(../siteimg/bg_form_fieldset.png) repeat-x bottom left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: 670px;
}

div.form div.form_body div.form_body_left_border {
	position: absolute;
	top: 0;
	left: 0;
	width: 6px;
	background: url(../siteimg/bg_form_border.png) repeat-y left top;
}

div.form div.form_bottom {
	position: relative;
	height: 11px;
	background: url(../siteimg/sprite_form_top_bottom.png) repeat-x 0 -11px;
}

div.form div.form_bottom div.form_bottomleft_corner {
	position: absolute;
	top: 0;
	left: 0;	
	width: 11px;
	height: 11px;
	background: url(../siteimg/sprite_form_corners.png) no-repeat 0 -11px;
}

div.form div.form_bottom div.form_bottomright_corner {
	position: absolute;
	top: 0;
	right: 0;
	width: 11px;
	height: 11px;
	background: url(../siteimg/sprite_form_corners.png) no-repeat -11px -11px;
}

div.formwithsubject div.form {
	margin-bottom: 0;
}

div.formwithsubject div.form div.form_bottom {
	background-position: 0 -22px
}

div.formwithsubject div.form div.form_bottom div.form_bottomleft_corner {
	background: url(../siteimg/sprite_form_corners.png) no-repeat 0 -22px;
}

div.formwithsubject div.form div.form_bottom div.form_bottomright_corner {
	background: url(../siteimg/sprite_form_corners.png) no-repeat -11px -22px;
}

/********************************************************************* F39 Bezwaar maken form ***/

div.complaintform fieldset.content {
	padding: 10px 15px 15px 15px;
	width: 650px;
	overflow: hidden;
}

div.complaintform fieldset.bottom {
	padding: 0 15px 15px 15px;
	width: 600px;
}

div.complaintform fieldset h2 {
	color: #5e5e5e;
	font-size: 1.182em;
	line-height: 1.5em;
	font-weight: bold;
}

div.complaintform fieldset h3 {
	color: #000;
	font-size: 1.17em;
	font-weight: bold;
	line-height: 2em;
}

div.complaintform fieldset label {
	margin: 2px 0 11px 0;
	padding: 0;
	font-size: 1em;
	line-height: 1.273em;
	text-align: left;
	width: 220px;
}

div.complaintform fieldset label.note {
	margin-top: 3px;
	color: #333333;
}

div.complaintform fieldset span {
	display: block;
	float: left;
	margin-bottom: 1em;
}

div.complaintform fieldset input,
div.complaintform fieldset select {
	margin-right: 15px;
	width: 350px;
}

div.complaintform fieldset input.small {
	margin-right: 120px;
	width: 90px;
}

div.complaintform fieldset div.error {
	font-size: 0.9088em;
	color: #FF0000;
	float: left;
	width: 300px;
	padding: 0 0 11px 220px;
	margin-top: -3px;
}

div.complaintform fieldset input[type=file] {
	width: 190px;
}

a.button_submit {
	display: inline-block;
	overflow: hidden;
	text-decoration: none;
	white-space: nowrap;
}

a.button_submit span {
	display: block;
	float: left;
	height: 18px;
	background: url(/images/sprite_submitbutton.png) repeat-x left bottom;
}

a.button_submit span.text {
	padding: 0 10px;
	background-position: left bottom;
	color: #000;
	font-weight: bold;
	line-height: 17px;
	height: 18px;
}

a.button_submit:hover span.text {
	text-decoration: underline;
	color: #330066;
}

a.button_submit span.leftcap {
	float: left;
	width: 2px;
	overflow: hidden;
	background-position: left top;
}

a.button_submit span.rightcap {
	overflow: hidden;
	float: left;
	width: 1px;
	background-position: right top;
}

/********************************************************************* FORM LAYOUT ***/

form fieldset {
	margin: 0;
	padding: 0;
}

form fieldset label {
	float: left;
	padding: 0 5px;
	font-size: 1.0em;
}

form fieldset select.text,
form fieldset input.text {
	border: 1px solid #c3c3c3;
	border-top: none;
	background: #ffffff url(/siteimg/bg_input.png) repeat-x left top;	
	display: block;
	float: left;
	padding: 2px;
	margin: 0 0 1em;
	color: #306;
	font-size: 0.909em;
}

form fieldset textarea.text {
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #c3c3c3;
	border-top: 1px solid #7c7c7c;
	display: block;
	float: left;
	padding: 2px;
	margin: 0 0 1em;
	color: #306;
	font-size: 0.909em;	
	background: #ffffff url(/siteimg/bg_textarea.png) repeat-x left -1px;
}

form fieldset select.text {
	padding: 1px;
}

form fieldset br {
	clear: both;
}

form span.errormsg {
	clear: both;
	color: #ff0000;
	display: block;
	margin: 0;
	margin-top: -10px;
	padding: 0;
	padding-bottom: 10px;
}

fieldset.search_news p.errormsg {
	display: none;
	color: #f00;
}

div.contactform h3 {
	margin-bottom: 1em;
	font-size: 1.182em;
	color: #333333;
}

div.contactform p {
	margin-bottom: 2em;
}

div.contactform fieldset.content {
	position: relative;
	padding: 10px 15px 10px 15px;
	background: transparent url(/siteimg/bg_form_contact.png) no-repeat top left;
}

div.contactform fieldset ul {
	margin: 0 0 1em 0;
	padding: 0;
	width: 236px;
	float: left;
}

div.contactform fieldset label {
	padding-left: 0;
	width: 145px;
	clear: both;
	margin-bottom: 10px;
}

div.contactform fieldset ul li {
	padding-left: 0;
	background: none;
	height: 20px;
	width: 200px;
}

div.contactform fieldset ul li label.radios {
	float: none;
}

div.contactform fieldset label.checkbox,
div.contactform fieldset label.radios {
	position: relative;
	margin-right: 15px;
	margin-bottom: 1em;
	padding-left: 25px;
	width: auto;
}

div.contactform fieldset label.radios {
	width: 155px;
}

div.contactform fieldset label.checkbox input,
div.contactform fieldset label.radios input {
	position: absolute;
	top: 1px;
	left: 0;
	border: none;
	background: none;
	width: 13px;
	height: 13px;
	padding: 0;
}

div.contactform fieldset input.text,
div.contactform fieldset select,
div.contactform fieldset textarea {
	width: 215px;
	margin-right: 15px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

div.contactform fieldset input.small {
	width: 81px;
	margin-right: 149px;
}

div.contactform fieldset select {
	width: 330px;
}

div.contactform fieldset input[type=file] {
	width: auto;
	height: 24px;
	font-size: 11px;
}

div.file_upload_holder {
	float: left;
	width: 221px;
	margin-right: 15px;
}

div.contactform fieldset input[type=submit] {
	float: left;
	clear: left;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}

div.contactform fieldset.bottom {
	position: relative;
	padding: 10px 15px 15px 15px;
	background: transparent url(/siteimg/bg_form_contact_bot.png) no-repeat bottom left;
}

div.contactform fieldset span.error {
	margin: 3px 0 10px 3px;
	margin-top: 3px;
	margin-bottom: 10px;
	font-size: 0.9088em;
	color: #ff0000;
	float: left;
	width: 200px;
}

div.contactform fieldset input.captchainput {
	margin: 0 0 0 145px;
}

div.contactform span.help {
	margin-right: 15px;
	float: left;
	cursor: pointer;
}

div.contactform table {
	border-collapse: collapse;
	width: 354px;
	margin: 10px 0 20px 20px;
}

div.contactform table tr {
	background: transparent;
}

div.contactform table td {
	vertical-align: top;	
	padding: 3px;
}

div.contactform table td.title {
	padding-left: 20px;
	background: transparent url(/siteimg/bg_icon_file.gif) no-repeat 0 1px;
}

div.contactform table td.size {
	padding-right: 10px;
	white-space: nowrap;	
}

div.helppanel {	
	border: 1px solid #ccc;
	padding: 5px;
	background: #f7f2c2;
	color: #000;
	width: 250px;
}
