#timePicker {
	width:80px;
	height:100px;
	overflow:auto;
	z-index:1000;
	background:#ffffff;
	border:#666633 solid;
	border-width:1px 2px 1px 2px;
	padding:2px;
	cursor:pointer;
}
.timePickerTime {
	height:14px;
	font-size:11px;
}
.timePickerTime:hover {
	background:#FFCC00;
}
#startDate, #startTime, #endTime, #endDate {
	width:80px;
}
.selected {
	background:#999966;
	color:white;
}