/*
bruin=665851
oranje=C64815
GEEL=E09901

back=A09A96
KLEIKEUR=736357
content=D4D1D0
lightBN=E2DAD3
*/
/* --------------- containerStyles --------------- */
body {
}

/* -------------- LOCAL ZZPform CSS -------------- */
#contactForm {
	width: 500px; 
}
li.formbox {
	margin: 10px 0;
	padding: 10px 0;
	background: #2E3D4E;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
#contactForm p, #contactForm label {
	line-height: 30px;
	font-size: 12px;
	font-weight: bold;
	color: #F6F6F5;
}
#contactForm p {
	border-bottom: 1px dotted #0071BA;
}
#contactForm p.last {
	border: 0px none;
}
#contactForm label {
	width: 150px;
}
#contactForm label.radiobox {
	width: auto;
	margin-left: 0px;
}
input, textarea {	
	border: 2px solid #2E3D4E;
	padding: 2px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#contactForm textarea {
	width: 450px;
}
#contactForm span.textbox input {
	width: 300px;
}
#contactForm label.radiobox input {
	width: 32px;
}
#contactForm label.invalidField {
	background: url(/imgs/icon_invalidField.png) top left no-repeat;
	padding: 16px 8px 4px 8px;
	margin: 0 0 0 155px;
	width: 250px;
	color: #F6F6F5;
	border: none;
}
/* -------------- LOCAL ZZPform submit buttons -------------- */
#contactForm input.submit  {
	text-transform:uppercase;
	padding: 0;
	color: #F6F6F6;
	font-size: 14px;
	border: none 0px;
	width: 190px;
	height: 40px;
	line-height: 38px;
	font-weight: bold;
	cursor: pointer;
	background: #749600 url(/imgs/zzpstudio.png) -570px -110px no-repeat;
}
#contactForm input.submit:hover {
	background: #749600 url(/imgs/zzpstudio.png) -760px -110px no-repeat;
	color: #F6F6F5;
	font-weight: bold;
}
/* -------------- LOCAL ZZPform callback DIV -------------- */
.error {
	font-size: 12px;
	color: #F6F6F6;
	border: 2px solid #C64815;
	display: block;
	margin: 10px 0;
	padding: 20px 10px;
	font-weight: bold;
	background-color: #C64815;
}
/* -------------- hide mail span -------------- */
span.mailtool {
	display: none;
}
