/*
.formBox					{padding:0; width:523px; }
body #wrapper h1					{display:none;}
#wrapper h2					{margin:0 0 0.5em 0;padding:10px 0 0 0;font-size: 170%;}
#form-canvas				{padding: 10px 0 0 25px; margin: 10px 0 30px 0; float:left  }
body {
	font-family:				Arial, Helvetica, sans-serif;
	font-size:					70%;
}
 
label {
	display:					block;
}

.formRow {
	width:						100%;
	padding:                    5px 0 5px 0;
	overflow:					auto;
}

.formRow label {
	float:						left;
	width:						30%;
	clear:						left;
}

.formRow input {
	float:						left;
	width:						50%;
	clear:						right;
	padding:                	1px 0 1px 3px;
	border-bottom:				1px solid #CCC;
	border-right:				1px solid #CCC;
	border-left:				1px solid #555;
	border-top:					1px solid #555;
}

.formRow input.checkbox {
	float:						left;
	width:						auto;
	padding:                	1px 0 1px 3px;
	border:						0;
}

.formRow label.checkbox {
	float:						left;
	width:						245px;
	clear:						right;
	margin: 					1px 0 0 0;
	line-height: 				1.5em;
	padding:					0 0 0 5px;
	cursor:						pointer;
}

form .divider {
	margin:						0 0 3px 157px;
	border-bottom:				1px solid #d2dfea;
	height:						10px;
	font-size: 					1px;
	width:						267px;
	clear:						right;
}

.formRow input.submit {
	width:						auto;
}

.formRow input.radio {
	width:						auto;
	float:						left;
	border:						none;
	cursor:						pointer;
}

.formRow label.radio {
	line-height: 				1.5em;
	cursor:						pointer;
}

.formRow label.radio {
	float:						left;
	width:						auto;
	clear:						none;
	padding:                    0 10px 0 5px;
}
*/

.textbox .required {float:none;}
.field-wide					{width:480px;}
.validation-advice {
	float: right;
	display:					block;
	padding:                    3px 1px 1px 2px;
	font-size:					100%;
	border:						none;
	color:						#5c95c6;
}

body form input.validation-passed 	{ background: url(../graphics/accept.gif) 248px 0px no-repeat; }
body form input.validation-failed 	{ background-color: #F3F3F3; float:left; }
body form input.form-button		{ background:url(../graphics/verstuur.png) no-repeat; height:28px;
									  display: block; border: 0; cursor: pointer; width:78px; margin:10px 0px; }
body form .close-button				{ background: url(../graphics/form-btn-end.gif) 0 0 no-repeat; height: 23px;
									  width: 2px; float:left; margin: 10px 0 0 0; }
*/						
