form			{ line-height:24px; margin:0px;padding:0px;}
fieldset		{ border:none; }
input, textarea { font-size: 11px;font-weight:normal;}
textarea 		{ border:1px solid #b5b5b5; padding:4px;}
/* input, label	{ padding:0; margin:0;}*/

input.required,
input.error,
input.notrequired,
input.checked {
	border:1px solid #b5b5b5;
	height:15px;
	background:#FFFFFF;
	color:#aeaeae;
	width:270px;
}
.formstep tr {padding-bottom:8px;}
select {
	border:1px solid #b5b5b5;
}
input	{padding:3px 25px 1px 5px;background: #FFF no-repeat right 50%;}
input.required	{padding:3px 25px 1px 5px;background: #FFF url(input_required.gif) no-repeat right 50%;}
input.error		{padding:3px 25px 1px 5px;background: #FFF url(input_error.gif) no-repeat right 50%;border:1px solid #CC0000;}
input.checked 	{padding:3px 25px 1px 5px;background: #FFF url(input_checked.gif) no-repeat right 50%; }

fieldset.required_set	{border:none; margin:0; padding:4px;}
fieldset.error		{background:#fff url(input_error.gif) no-repeat right 50%; border:1px solid #CC0000;}
fieldset.checked	{background:#fff url(input_checked.gif) no-repeat right 50%; border:none;}
fieldset input 		{padding:0px;}


input.focus, .focus{ border:1px solid #b5b5b5; color:#000000;}

.form_errormessage, .form_errormessage_display{
	display:none;color:#CC0000;	width:300px;height:27px;
	background:#fff url(input_error.gif) no-repeat right 50%; border:1px solid #CC0000;
	text-align:left;
	padding-left:5px;
}

.form_errormessage_display{display:block;}
.form_checkbox {
	line-height:10px;
	padding:0; margin:0;
}
.form_checkbox label	{padding:0; margin:0;margin-right:30px; line-height:20px;}
.form_checkbox input	{padding:0; margin:0;}
.form_radio label		{font-weight:bold;}

.form_legenda	{display:block;float:left;width:auto;}
.description 	{display:block;font-size:10px;margin:0 3px 0 3px; line-height:11px;}
.form_inhoud 	{display:block;float:left;width:auto;}
.tablerow td	{padding-bottom:5px;}

.new_line	{clear:left;font-weight:bold;  } 
a.button,
.form_submit, .button, .buttonstyle	{ cursor:pointer;border:none; background:#0093d1 url(/img/arrows/bt_wit.gif) no-repeat right 50%;color:#FFF; padding:4px; margin-top:10px; padding-right:15px;}


.hidden{
 display:none;
 visibility:hidden;
}