form
{
	margin:0;
}

form .xxs
{
	text-align: center;
	width:20px;
}

form .xs
{
	width:35px;
}

form .s
{
	width:85px;
}

form .m
{
	width:185px;
}
form .ml
{
	width:190px;
}

form .l
{
	width:300px;
}

form .xl
{
	width:320px;
}

form .fs
{
	width: 320px;
}


form input.text
{ 
	background: #f8f8f8 url('../images/textinput.gif') repeat top left;
	border:1px solid #dddddd;
	border-right:1px solid #c3c3c3;
	border-top:1px solid #7c7c7c;
	height:17px;
}

form input.readonly
{
	background: #CCE1E9 none repeat top left;
	color:#555;
}

form input.text:focus { background-color: #fff;}

textarea
{
	border:1px solid #999999;
	width:320px;
	height:100px;
	background-color:#f8f8f8;
	font-family: "ms sans serif", arial;
	font-weight:normal;
	font-size:14px;
}

.select
{
	width:196px;
	height:16px;
	padding-top:2px;
	padding-left:4px;
	background:transparent url('../images/select_ml.gif') no-repeat center center;
	font-family:verdana;
	font-size: 11px;
	cursor:default;
}
div.select:hover
{
	color:#888888;
}
div.options
{
	display:none;
	position:absolute;
	background-color:#f1f1f1;
	border:1px solid #c3c3c3;
	width:177px;
	margin-left:4px;
	cursor:default;
	clear:both;
	z-index:10;
}
div.options a:link, div.options a:visited
{
	display:block;
	color:#000000;
	cursor:default;
	padding:2px;
	padding-left:18px;
	font-family:verdana;
	font-size: 11px;
	width:157px;
}
div.options a:hover
{
	background-color:#5d6978;
	color:#ffffff;
}


div.notopmargin
{
	margin-top:0px;
}
.options a.selected
{
	background:transparent url('../images/option_selected.gif') no-repeat 4px center;
}
.options a.selected:hover
{
	background:#5d6978;
}

form th
{
	font-weight:normal;
	padding-right:16px;
}
form td
{
	vertical-align:top;
}
form tr.inputerror
{
	color:#ff0000;
}
form tr.inputerror input.text
{
	background:#f4eee8 url('../images/textinput_error.gif') repeat-x top left;
}

form label.checkbox {
	float: left;
	padding: 4px;
	clear: both;
	height: 14px;
}

input.buttonlm, input.buttondm, input.buttonlmbig, input.buttonlxlarge
{
	height:21px;
	width:75px;
	border:none;
	font-family:arial;
	font-weight:bold;
	font-size:11px;
	padding-bottom:2px;
}
input.buttonlm
{
	background:transparent url('../images/button_l_m.gif') no-repeat center center;
}
input.buttondm
{
	background:transparent url('../images/button_d_m.gif') no-repeat center center;
	margin-left:-1px;
}
input.buttonlmbig {
	background:transparent url('../images/button_l_mbig.gif') no-repeat center center;
	width: 115px;
}
input.buttonlxlarge {
	background:transparent url('../images/button_l_xlarge.gif') no-repeat center center;
	width: 150px;
}

a.radio:link, a.radio:visited, a.radioon:link, a.radioon:visited, a.checkbox:link, a.checkbox:visited, a.checkboxon:link, a.checkboxon:visited
{
	display:block;	
	padding-left:22px;
	height:15px;
	color:#666666;
	font-size:10px;
	text-overflow: ellipsis;
	vertical-align:top;
	overflow:hidden;
}

label a.radio:link, label a.radio:visited, label a.radioon:link, label a.radioon:visited, label a.checkbox:link, label a.checkbox:visited, label a.checkboxon:link, label a.checkboxon:visited
{
	display:block;	
	float: left;
	padding-bottom: 2px;
}


a.radio:hover, a.radioon:hover, a.checkbox:hover, a.checkboxon:hover
{
	color:#000000;
}
a.radio
{
	background:transparent url('../images/radio_off.gif') no-repeat left center;
}
a.radioon
{
	background:transparent url('../images/radio_on.gif') no-repeat left center;
}
a.checkbox
{
	background:transparent url('../images/checkbox_off.gif') no-repeat left center;
}
a.checkboxon
{
	background:transparent url('../images/checkbox_on.gif') no-repeat left center;
}

input.search
{
	padding-left:65px;
	width:135px;
	position:relative;
	top:-16px;
}
label.search
{
	font-size:10px;
	position:relative;
	left:4px;
	z-index:2;
	font-family:verdana;
}


div.voortgangbox
{
	border-top:				1px solid #E0E0E0;
	border-bottom:			1px solid #E0E0E0;
	border-right:			0px;
	border-left:			0px;
	margin: 6px 0 0 0;
	padding:				10px;
	background-color:		#F8F8F8;
}

a.fieldset:link, a.fieldset:visited
{
	display:block;	
	padding-top:2px;
	padding-left:5px;
	height:15px;
	color:#666666;
	font-size:10px;
	width:100%;
	border: 1px solid #FFFFFF;
}

a.fieldset:hover
{
	border: 1px solid #9BC6D4;
	color:#000000;
}

a.fieldseton:link, a.fieldseton:visited, a.fieldseton:active, a.fieldseton:hover
{
	display:block;	
	padding-top:2px;
	padding-left:5px;
	height:15px;
	color:#ffffff;
	font-size:10px;
	width:100%;
	border: 0px solid #666666;
	background-color:#9BC6D4;
	font-weight:bold;
}

#stappen
{
	width: 200px;
	padding: 0px;
}

#stappen ul
{
	margin:		0 0 0 20px;
	list-style-type:square;
	padding:	0;
}

#stappen ul li
{
	margin:		0 0 0 0;
	padding:	5px;
}


form td, form th
{
	font-size:	11px;
}

.help {
	cursor: help;
}

form ul li {
	padding-bottom: 5px;
}

div.specialcheckbox { padding: 0 10px 0 0;}
div.specialcheckbox a {	color: #0AA5D8;}
div.specialcheckbox a:hover {	color: #F55A27;}


div.calendarcontainer {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	z-index: 100;
	width: 320px;
}

ul.formitems { list-style: none; padding: 0; margin: 0;}
ul.formitems li { padding-bottom: 8px;}

