noscript div.warning{
	color: #f00;
	font-weight: bold;
	display: block;
	margin-bottom: 15px;
}

form fieldset{
	position: relative;
	border: 0px none #fff;
	margin: 0;
	padding: 0;
}

form fieldset.submit{
	border: none;
}

form fieldset.simple{
	border: none;
}

form legend{
	font-weight: bold;
	margin: 0;
	padding: 0;
}

form legend span{
	position: relative;
	left: 2em;
	top: 0;
	margin-top: 0.5em;
}

form ol{
	margin-top: 1em;
	list-style: none;
}

form li{
	display: block;
	padding-bottom: 0.5em;
}

form label{
	float: left;
	width: 20em;
	/*margin-right: 1em;*/
}

form fieldset fieldset{
	margin-left: -2em;
	border: 0;
	clear: left;
	/*zie ie_fix.css*/
}

form fieldset fieldset legend span{
display:block;
font-weight:normal;
margin:0pt 0pt 5pt 0pt;
position:relative;
width:20em;	
}

form fieldset fieldset legend span#required {
color: #d80f0f;
display: inline;
}

form fieldset fieldset ol{
	margin-top: -1em;
	margin-bottom: -1em;
}

form fieldset fieldset ol li{
	margin-left: 0px !IMPORTANT;
}

input,textarea,select{
	border: 1px solid #ccc;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	width: 174px;
}

input{
	padding: 2px;
}

li.right_label input, fieldset fieldset input{
	width: auto;
	float: left;
	margin-left: 22em;
	border: none;
}

li.right_label label, fieldset fieldset label{
	display: block;
	float: none;
	width: auto;
	text-align: left;
}

fieldset#login_aanvullend_acceptatie li.right_label label {
	float: none;
	width: 300px;
	display: block;
	margin: -5px 0 0 280px;
}

input#addition_paspoort {
margin: 0 0 20px 0;
}

input#addition_acceptatie {
	margin-left: 20em;
}

ol#addition_loonheffing,
ol#addition_vakantiegeld,
ol#addition_studentenregeling {
	/*margin-top: -2.75em;*/
}

form fieldset ol {
	padding: 0px;
}

li.align_horizontal{
	padding-left: 15em;
}

input.check, input.radio{ 
	width: auto;
}

li.align_horizontal *{
	float: left;
}

li.align_horizontal input{
	margin-left: 0;
}

select{
	padding: 1px;
	width: 180px;
}

textarea{
	width: 178px;
}

textarea{
	overflow: auto;
	height: 6em;
}

form fieldset.submit ol{
	margin: 0;
	padding: 1em 0 0 17em;
}

form fieldset.submit input, input.submit{
	margin-right: 5px;
	width: 100px;
	border: 1px solid #ccc;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}

form.formfield.submit input:disabled, input.submit:disabled{
	color: #ccc;
}

/* validatie errors */
div#validation_errors{
	width: 400px;
	margin: auto;
	background-color: #f6aeae;
	border: 1px solid #f84545;
	margin-bottom: 15px;
}

div#validation_errors h6{
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0 10px 10px;
}

div#validation_errors ul{
	margin-bottom: 10px;
}


div#validation_errors a{
	cursor: pointer;
}

div#validation_errors a:hover{
	text-decoration: underline;
}

span.validation-error{
	color: #f00;
	margin-left: 5px;
}

/* kalender */
div.calendar{
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid #ccc;
	background-color: #fff;
	display: none;
	z-index: 1;
}

div.calendar table{
	width: 100%;
}

tr.cal_header{
	background-color: #ccc;
	font-weight: bold;
}

div.calendar tr.cal_header th, div.calendar tr.cal_header td{
	text-align: center;
	color: #fff;
}

div.calendar td div{
	float: right;
	margin-right: 7px;
	display: inline;
}

th.cal_control_left{
	width: 14%;
	height: 15px;
	padding: 2px 0 2px 0;
	cursor: pointer;
}

th.cal_month{
	padding: 2px 0 2px 0;
}

th.cal_control_right{
	width: 14%;
	height: 15px;
	padding: 2px 0 2px 0;
	cursor: pointer;
}

td.cal_weekday{
	padding: 2px 0 2px 0;
}

td.cal_day{
	padding: 2px 0 2px 0;
	width: 14.2857%;
}

td.cal_disabled{
	color: #ccc;
}

td.cal_common{
	cursor: pointer;
}

td.cal_today{
	cursor: pointer;
	font-weight: bold;
}

td.cal_current{
	background-color: #eee;
}

/* dropdowns */
div#form_timedropdown{
	height: 150px;
	overflow: auto;
}

div#form_timedropdown div.dropdownitem{
	padding: 2px;
	cursor: pointer;
}

/* klein formulier */
form.small label, label.small{
	width: 7em;
}

form.small input, form.small textarea, form.small select{
	width: 120px;
}

form.small fieldset.submit ol{
	padding-left: 10em;
}