/* --- module: registration --- */

.registration form .modTitle {
	background-color: #AC1E44;
	color: #ffffff;
	padding: 2px 5px 2px 5px;
	margin: 0px 0px 5px 0px;
}
.registration form.swslang fieldset {
	border: 0px;
}
.registration form.swslang fieldset .header {
	background-color: #AC1E44;
	color: #ffffff;
	padding: 2px 5px 2px 5px;
	margin: 0px 0px 5px 0px;
	width: 100%;
	font-weight: bold;
}
.registration form .modInputBox {
	background-color: #f5f5f5;
}
.registration .date {
	font-weight: bold;
	padding: 0px 0px 10px 0px;
}
.registration .date .place {
	font-weight: normal; 
}
.registration .comment {
	padding: 10px 0px 10px 0px;
	/*border-bottom: 2px solid #EEEEEE;*/
	margin: 0px 0px 20px 0px;
	clear: both;
}
.registration .datePickerPosFix {
	float: left;
}




