#Weekly-element {float: left; margin-bottom: 20px; width: 30%;}
#Daily-element {float: left; margin-bottom: 20px; width: 60%;}

a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(/css/calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}

.description {clear: both;}

#main {float: left; margin-top: 30px; width: 520px;}
#sidebar {border: 2px solid #999; float: left; margin-top: 30px; padding: 0 20px; width: 260px;}
#sidebar h3 {margin-top: 20px;}
#sidebar ul {font-size: 12px; margin-bottom: 10px; padding-left: 20px;}