
dt {
	margin: 1em 0 .2em;

}
dd {
	margin: .2em 0 1em;
}

fieldset {
	margin: 1em 0;
	width: 160px;
}

#chooseDateForm li {
	list-style: none;
	clear: both;
}
select {
	width: 140px;
}

a.dp-choose-date {
	float:right;
	width: 16px;
	height: 16px;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../images/calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	cursor: default;
}

#calendar-me {
	
}
pre.sourcecode {
	border: 2px dashed #ccc;
	overflow: auto;
}