form {
	margin: 0px;
}

div .form {
	text-align: center;
}

.form div {
	float: left;
}

.form .label {
	text-align: right;
	float: left;
	margin: 0px;
	font: 11px verdana;
	padding: 3px 5px;
	display: block;
	width: 200px;

}

.form_small .label {
	text-align: left;
	width: 100px;
	float: left;
}

.form_bold .label {
	font-weight: bold;
	float: left;
}

.form_left .label {
	text-align: left;
	width: 200px;
	float: left;
}

.input_text {
	width: 200px;
}
.input_text, .input_zipcode_numbers, .input_zipcode_letters {
	margin: 1px;
	font: 11px verdana;
	float: left;
}

.score_element {
	padding:3px 5px;
}

.input_zipcode_numbers {
	width: 35px;
}

.input_zipcode_letters {
	width: 25px;
}

.fs_day, .fs_month, .fs_year {
	margin: 1px;
}

.input_text_area {
	margin: 1px;
	font: 11px verdana;
	display: block;
	float: left;
}

.select {
	margin: 3px 3px 2px 1px;
/*  veranderd om bug 935 op te lossen
	width: 200px;
	*/
	width: 205px;
	/*border: solid 1px black;*/
	font: 11px verdana;
	float: left;
}

.input_checkbox {
	padding: 3px 1px 3px 2px;
	width: 14px;
	height: 14px;
	vertical-align: middle;
	float: left;
	margin:2px;
}

label.checkbox_text {
	text-align: left;
	margin: 0px;
	font: 11px verdana;
	padding: 1px 0px 1px 0px;
	float: left;
}

div.checkbox_text {
	width: 300px;
}

div.check_options {
	float: left;
	padding-bottom: 5px;
}

div.check_option {
	float: left;
}

div.check_group_buttons {
	padding-top: 10px;
	clear: left;
}

.input_radio {
	vertical-align: middle;
	float: left;
}

div.file_selector {
	background-color: white;
	overflow: auto;
	height: 300px;
	padding: 0px;
	border: 1px solid #ece0e0;
}

img.image_preview {
	height: 100px;
	width: 100px;
}

.radio_text {
	text-align: left;
	margin: 0px;
	padding-right: 5px;
	font-size: 11px;
	font-family: verdana;
	float: left;
}

div.radio_options {
	float: left;
	padding-bottom: 5px;
}

div.radio_option {
	float: left;
}

.hidden {
	display: none;
}

div.input {
	display: block;
	float: left;
	text-align: left;
	margin-bottom: 3px;
}

.after_previous {
	clear: none !important;

}

.after_previous .label {
	width: auto ;
	float: left;
	clear: none;
}

.form .submit {
	margin: 3px 3px 3px 0px;/*
	border: 1px solid #81302D;
	background: #ECE0E0;
	color: black;
	font-family: verdana;
	font-size: 11px;
	padding: 2px 5px 2px 5px;*/
/*	padding: 5px 20px 5px 0px;*/
}

.form_small .submit {
	margin: 3px 3px 3px 0px;
}

.form_left .submit {
	float: right;
}

.form .error {
	margin: 3px 3px 3px 210px;
	color: #ff0000;
	font: 10px verdana;
	text-align: left;
	clear: left;
	padding-bottom: 5px;
}

.dynamic_array {
	
	font-weight: bold;
}

.dynamic_array_rows {
	font-weight: normal;
	display: block;
	float: left;
}

.dynamic_array_row {
	font-weight: normal;
	display: block;/*dynamisch array bold te krijgen*/
	text-align: left;
	float: left;
	width: auto;
	clear: both;
}

.dynamic_array_row > div {
	font-weight: normal;
	display: block;
	float: left;
}

.dynamic_array_row > a {
	font-weight: normal;
	display: block;
	float: left;
	line-height: 14px;
	height: 14px;
	padding: 2px 5px 2px 5px;
	margin: 0px 2px 2px 2px;
	text-decoration: none;
}

div.dynamic_array_row_number {
	font-weight: normal;
	display: block;
	float: left;
	padding: 3px;
	width: 20px !important;
	text-align: right;
}

.dynamic_array_row .input > div {
	font-weight: normal;
	clear: none !important;
	float: left;
	width: auto /*!important*/;
}


.dynamic_array_add_row {
	font-weight: normal;
	float: left;
	clear: both;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}



/**
 * Kalender
 */
img.img_button {
	cursor: pointer;
	float: left;
}

div.calendar {
	display: none;
	background-color: white;
	border: 1px solid black;
	height: 260px;
	padding: 10px;
	position: absolute;
	width: 195px;
}

div.calendar div.calendar_header {
	background-color: #ABC;
	height: 23px;
	line-height: 23px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}

div.calendar div.calendar_header img {
	float: right;
	position: relative;
	clear: none;
}

div.calendar div.year {
	background-color: #CCC;
	height: 23px;
	line-height: 23px;
	text-align: center;
	vertical-align: middle;
}

div.navigate {
	float: left;
	padding-top: 2px;
	width: 20px;
}

div.calendar div.month {
	float: none;
	clear: both;
	background-color: #EEE;
	height: 23px;
	line-height: 23px;
	text-align: center;
	vertical-align: middle;
	
}

div.calendar_display {
	float: left;
	padding-left: 3px;
}

div.day
{
	clear: both;
}

div.calendar div.time {
	background-color: #CCC;
	height: 23px;
	line-height: 23px;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}

div.calendar table.calendar {
	border-collapse: collapse;
	border: 1px solid #CCC;
}

div.calendar table.calendar th {
	background-color: #81302D;
	color: white;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	text-align: center;
	width: 25px;
}

div.calendar table.calendar td {
	border: 1px solid #CCC;
	cursor: pointer;
	height: 20px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	width: 25px;
}

div.help_text_question_mark {
	padding: 2px;
	width: 16px; height: 16px;
	float: left;
}

div.help_text {
	position: absolute;
	display: none;
	width: 200px;
	border: 1px solid black;
	background-color: #ffffdd;
	padding: 3px;
	float: none;
}

div.input_hidden_div {
	display: none;
}

div.dialog_display {
	border: thin dotted #000;
	position: absolute;
	background-color: #fff;
}

div.dialog_header {
	float: none !important;
	clear: both;
	background-color: #ABC;
	height: 23px;
	line-height: 23px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

div.selector img {
	cursor: pointer;
}

div.selector_scroll {
	overflow: auto;
}

div.selector_text {
	padding: 2px;
}
