
/*fieldset {
	margin: 1em 0;
	padding: 0 10px;
	width: 180px;
}
/*label {
	width: 160px;
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
}*/
#chooseDateForm li {
	list-style: none;
	padding: 5px;
	clear: both;
}
/*select {
	width: 100px;
}
input {
	width: 57px;
	margin: 2px 0;
	float:left;
}*/
* +html input[type=radio] { margin: -2px 0 ;}
input.dp-applied {
	width: 140px;
	float: left;
}

.termine-box a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16x;
	padding: 0;
	margin: 10px 4px 2px 2px;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background:url(../img/calender.jpg) no-repeat;
}

.termine-box a.dp-choose-date:hover
{
	background:url(../img/calender.jpg) no-repeat;
} 
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}

#calendar-me {
	margin: 20px;
}
pre.sourcecode {
	border: 2px dashed #ccc;
	padding: 10px;
	width: 734px;
	overflow: auto;
	margin: 0 0 20px;
}