#chooseDateForm li {
	list-style: none;
	padding: 5px;
	clear: both;
}
input.dp-applied {
	width: 140px;
	float: left;
}

a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 1px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(calendar.png) 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;
}

.welcometext {
	float: right;
	text-decoration:none;
	color:#333333;
	font-weight:bold;
	padding:5px 14px 4px 10px;
}

.welcometext  a {
	text-decoration:none;
	font-weight:bold;
}