form
{
	margin-top: 15px;
	margin-bottom: 10px;
}

tr.row-0
{
	background: #eaf2fa;
	padding-bottom: 5px;
}

tr.row-1
{
	background: #fff;
	padding-bottom: 5px;
}

fieldset
{
	border: 0px solid #FFFFFF;
	padding: 0px;
}

/**/

select
{
	font: 11px tahoma, arial;
	color: #333;

	border: 1px solid #1a2842;

	width: 275px;
}

textarea
{
	font: 11px tahoma, arial;
	color: #333;

	width: 275px;
	height: 100px;

	border: 1px solid #1a2842;

	padding: 1px;
}

button, input.submit
{
	font: bold 11px tahoma, arial;
	color: #FFFFFF;

	width: 175px;
	height: 18px;

	border: 0px;

	background: #1a2842;
	cursor: pointer;
}

input.text
{
	font: 11px tahoma, arial;
	color: #333;

	

	padding: 1px;

	border: 1px solid #1a2842;

	background: #FFFFFF;
}

input.text-small
{
	font: 11px tahoma, arial;
	color: #333;

	width: 125px;

	padding: 1px;

	border: 1px solid #1a2842;

	background: #FFFFFF;
}

input.search
{
	font: 12px tahoma, arial;
	color: #333;

	width: 175px;
	padding: 5px 2px;

	border: 1px solid #cccccc;

	background: #FFFFFF;
}

input.search-submit
{
	font: 12px verdana, arial;
	color: #6a6a6a;

	width: 180px;
	padding: 2px;

	border: 1px solid #cccccc;

	background: #cccccc;
	cursor: pointer;
}

textarea.textgebied
{
	width: 50px; 
}

/**/ 

td.form-box { border: 1px solid #dadada; padding: 1px;}        

tr.row-0 { background: #EAF2FA; }
tr.row-1 { background: #FFF; }

input.text-field,
select.form-selectbox { width: 250px; font: 11px tahoma, arial; color: #333; padding: 1px; border: 1px solid #7E9DB9; }
input.text-field:focus,select.form-selectbox:focus { background: #eaf5dd; }

textarea.form-textarea { width: 250px; height: 100px; font: 11px tahoma, arial; color: #333; padding: 1px; border: 1px solid #7E9DB9;  } 
                                 
td.form-column-key,              
td.form-column-header,           
td.form-column-value { padding: 4px 5px; }
                                 
td.form-column-spacer { height: 15px; }
td.form-column-header { font-weight: bold; }

span.form-required { color: #cc0000; }
span.form-note { font-size: 9px; }