input, select {
	margin: 0 4px 0 0;
	vertical-align: top;
	padding: 1px;
	clear: left;
}

.tx_dreformmaker_radio
,.tx_dreformmaker_check {
	border: none;
	margin-right: 1px;
}

.tx_dreformmaker_button {
	margin-top: 15px;
}

.tx_dreformmaker_tooltip {
	float: left;
	margin: 0;
	padding: 0 2px 6px 2px;
	width: 198px;
	display: none;
	color: red;
	background-color: white;
}

.tx_dreformmaker_tooltip, label {
	font-size: 11px;
}

div.tx_dreformmaker_telephone_prefix {
	float: left;
}

/* Width * DIT ZORGT ERVOOR DAT ALLE VELDEN OP DE SITE AANGEPAST WORDEN /
input { width: 200px; }
select { width: 204px; } */

input[type=radio], input[type=checkbox] { width: 15px; }

.tx_dreformmaker_select {
    width: 204px;
}
.tx_dreformmaker_text {
    width: 198px;
}


#tx_dreformmaker_pi3_page_1162 table,
#tx_dreformmaker_pi3_page_796 table {
    border-spacing: 3px;
}


/* List with fields that have automatic width */
.tx_dreformmaker_button
,.tx_dreformmaker_radio
,.tx_dreformmaker_check
{ width: auto; }

/* Standardized fields */
input.tx_dreformmaker_smaller { width: 15px; }
input.tx_dreformmaker_small { width: 30px; display:inline; }
input.tx_dreformmaker_medium { width: 50px; }
input.tx_dreformmaker_half { width: 96px; }
select.tx_dreformmaker_half { width: 100px; }

/* Specific fields */
input.tx_dreformmaker_nationality { width: 116px; }
input.tx_dreformmaker_street { width: 139px; }
select.tx_dreformmaker_civil_status { width: 181px; }
input.tx_dreformmaker_city { width: 142px; }
input.tx_dreformmaker_telephone { width: 148px; display:inline; }
div.tx_dreformmaker_telephone_prefix { width: 10px; }
input.tx_dreformmaker_email { width: 200px; }

#datepicker {
	background-color: white;
	margin-top: 2px;
}

#datepicker table {
	border: 1px solid black;
}

.dpTR td {
	width: 23px;
	cursor: pointer;
}
.dpTR td:hover {
	color: red;
}
.dpButton {
	width: 20px;
}
