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 */
input { width: 200px; }
select { width: 204px; }

/* 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; }
input.tx_dreformmaker_medium { width: 50px; }
input.tx_dreformmaker_half { width: 92px; }
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: 147px; clear:none; }
*html input.tx_dreformmaker_telephone { width:140px; }
div.tx_dreformmaker_telephone_prefix { width: 5px; }

#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;
}
