.js #abcalendar-form { display: none; }
.js #abcalendar-form.has_errors { display: block; }
#abcalendar-form { margin-bottom: 20px; }
.xform p {
	margin: 0;
	padding: 5px 0;
	zoom: 1;
}

.xform p:before {
	content: '';
	display: block;
}

.xform p:after {
	content: '';
	display: table;
	clear: both;
}

.xform p label {
	float: left;
	width: 120px;
}

.xform p label.form_warning { color: red; }
.xform p input {
	padding: 5px;
	width: 250px;
}

.xform p input.submit { margin-left: 120px; }
.xform p textarea {
	height: 150px;
	width: 450px;
	max-width: 100%;
}

.xform p.formsubmit { padding-bottom: 30px; }
.xform ul.form_warning {
	color: red;
	padding: 0;
	list-style: none;
}

.xform #xform-formular-firma { display: none; }
.xform input[type=submit] {
	padding: 10px 20px;
}

.abcalendar-messages span { padding: 0 5px; }
.abcalendar-messages .color-reserved { background: #FFDF9A; }
.abcalendar-messages .color-booking { background: #47D564; }
.abcalendar-messages .color-booked { background: #5AB8EF; }
.abc_legend_list {
	zoom: 1;
	margin: 0;
	margin-bottom: 6px;
	list-style: none;
	padding: 0;
}

.abc_legend_list:before {
	content: '';
	display: block;
}

.abc_legend_list:after {
	content: '';
	display: table;
	clear: both;
}

.abc_legend_list li { float: left; }
.abc_legend_list li.abc_day {
	line-height: 16px;
	width: 36px;
}

.abc_legend_list li.abc_day_legend {
	margin-left: 6px;
	margin-right: 20px;
}

.abc_legend_list .abc_day + li { white-space: nowrap; }
.abc_pager_nav { margin-top: 30px; }
.abc_pager_nav a { padding-left: 0; }
.abc_pager_nav a:before { content: none; }
