
/*zoekformulier*/
p#zoekbutton input {
	background: transparent url(/img/icons/zoeken.gif) no-repeat 0 0;
	width: 63px;
	height: 44px;
	border: none;
	cursor: pointer;
margin-left: 10em;

}

p#zoekbutton input:hover {
		background: url(/img/icons/zoeken_hover.gif) no-repeat 0 0;
}


form {
	margin: 1em 0;


}

#contactForm {
	width: 49em;
	float: left;
}

p.submit input {
	border: none;
	cursor: pointer;
}

p.submit.verzend input {
	background: url(/img/forms/verzenden.png) no-repeat 0 0;
	width: 98px;
	height: 28px;

}


p.submit.verzend input:hover {
	background-image: url(/img/forms/verzenden-over.png)

}

p.submit.aanmelden input {
background: url(/img/forms/aanmelden.png) no-repeat 0 0;
	width: 112px;
	height: 33px;
}

p.submit.aanmelden input:hover {
background-position:0 -33px;
}

p.submit.afmelden input {
background: url(/img/forms/afmelden.png) no-repeat 0 0;
	width: 112px;
	height: 33px;
}

p.submit.afmelden input:hover {
background-position:0 -33px;
}

p.submit.login input {
background: url(/img/forms/inloggen.png) no-repeat 0 0;
	width: 112px;
	height: 33px;
}

p.submit.login input:hover {
background-position:0 -33px;
}

form#incasso {
		float: left;
		width: 600px;
		clear: both;
		
}

form#incasso label {
	float: left;
	width: 200px;
}

fieldset.bedragIncasso{
	font-weight: bold;
	color: #ef4135;
}

fieldset.bedragIncasso label {
	color: #333;
}

form p label {
	display: block;
}

textarea#vraagInput {
	width: 35em;
	height: 12em;
}

input.actief,
textarea.actief {
	border: 1px solid #ef4135;
}
input:hover,
input:active,
input:focus,
textarea:hover,
textarea:active,
textarea:focus,
select:hover,
select:active,
select:focus {
	background:#FFFFD7;	
	
}

div#error ul {
	margin-left: 3em;
}

div#error li {
	background: url(/img/icons/bullet-list.gif) no-repeat 0 -12px;
	list-style: none;
}
div#error {
 text-align: left;
float: left;
margin: 2em 20px;
border-bottom: 1px solid #eee;
/*	background:#fffff0 url(/img/layout/bg/bg-kolom.gif);*/
	
}

/*#error.noshow {
display: none;
}*/