/* Begin: form styling */
.formwrapper {
	background: transparent url("/fileadmin/templates/html/main/img/bg_form_repeat.png") repeat-y left top;
	display: inline-block;
	padding: 15px;
}

.formwrapper sup {
	color: #FF0000;
}
.formwrapper p {
	margin-right: 30px;
}
.formwrapper h2 {
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 5px;
	margin-right: 30px;
}

.two_cols .two_cols_left {
	float: left;
	margin-right: 40px;
}
.two_cols .two_cols_right {
	float: left;
}
.two_cols_right .two_cols_left {
	margin-right: 52px;
}

fieldset label {
	font-size: 11px;
	font-weight: bold;
	display: block;
	margin-bottom: 2px;
}

fieldset label span.example {
	display: inline-block;
	margin-left: 35px;
	color: #999999;
	font-weight: normal;
	font-style: italic;
}

fieldset .single_line label {
	font-size: 11px;
	font-weight: normal;
	display: inline-block;
	margin-bottom: 7px;
	width: 20px;
}
fieldset label.example {
	color: #999999;
	font-weight: normal;
}
input[type=password],
input[type=text] {
	background: transparent url("/fileadmin/templates/html/main/img/bg_input.png") no-repeat left top;
	width: 338px;
	height: 27px;
	border: none;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
}
.single_line input[type=text] {
	background: transparent url("/fileadmin/templates/html/main/img/bg_input_small.png") no-repeat left top;
	width: 110px;
	height: 27px;
	border: none;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
}

textarea {
	background: transparent url("/fileadmin/templates/html/main/img/bg_textarea.png") no-repeat left top;
	width: 346px;
	height: 144px;
	border: none;
	padding: 2px 10px;
	margin-bottom: 10px;
}
select {
	background: transparent url("/fileadmin/templates/html/main/img/bg_textarea.png") no-repeat left top;
	width: 359px;
	height: 149px;
	border: none;
	padding: 5px 10px;
	margin-bottom: 10px;
}
input[type=submit] {
	background: transparent url("/fileadmin/templates/html/main/img/btn_submit.png") no-repeat left top;
	border: none;
	width: 160px;
	height: 37px;
	margin-top: 40px;
	cursor: pointer;
}
input[type=submit].mouseover {
	background: transparent url("/fileadmin/templates/html/main/img/btn_submit_f2.png") no-repeat left top;
}
.provincie_keuze {
	width: 110px;
	float: left;
}

.versturen {
	background-color: transparent;
	background-image: url("/fileadmin/templates/html/main/img/bg_h5_left.png");
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 30px;
	color: #FFFFFF;
	height: 37px;
	padding-left: 0px;
	color: #FFFFFF;
	margin-bottom: 10px;
	float: right;
	margin-right: 50px;
}

.versturen button {
	border: none;
	font-size:30px;
	background-color: transparent;
	background-image: url("/fileadmin/templates/html/main/img/bg_h5_right.png");
	background-repeat: no-repeat;
	background-position: right top;
	height: 37px;
	display: inline-block;
	padding: 0px 10px 0px 12px;
	color: #FFFFFF;
	cursor: pointer;
}

.versturen button span{
	background-color: transparent;
	background-image: url("/fileadmin/templates/html/main/img/arrow_big_right_black.png");
	background-repeat: no-repeat;
	background-position: right 9px;
	padding: 0px 45px 0px 0px;
	display: inline-block;
}

.versturen.mouseover {
	background-image: url("/fileadmin/templates/html/main/img/bg_h5_hover_left.png");
}

.versturen.mouseover button{
	background-image: url("/fileadmin/templates/html/main/img/bg_h5_hover_right.png");
}

/* End: form styling */


