#dateHolder {
	position:absolute;
	display:none;
	width:261px;
	height:175px;
	background:url(/images/upload/dateHolder.gif) top left no-repeat;
	padding-top:2px;
	padding-left:2px;
	color:#666666;
	overflow:hidden;
	font-size:12px;
}
#dateSelection {
	position:relative;
	top:26px;
	left:4px;
	width:69px;
	height:114px;
	overflow:hidden;
	float:left;
}
#dateToday, #dateYesterday, #dateLastWeek, #dateLastMonth {
	padding:7px 0;
	font-size:10px;
	text-align:center;
}
.dateSep {
	width:50px;
	height:1px;
	background-color:#FFCC00;
	margin:0 auto;
	overflow:hidden;
}
#dateCalendar {
	position:relative;
	top:26px;
	left:7px;
	width:174px;
	height:114px;
	overflow:auto;
	float:left;
}
#dateClose {
	background:url(/images/upload/acceptChanges.gif);
	height:15px;
	width:15px;
	cursor:pointer;
	position:relative;
	top:3px;
	left:238px;
	overflow:hidden;
}
