#dp-popup {
	z-index: 9999;
	position: absolute;
	width: 296px;
	background-color: #DFDFDF;	
}
#dp-popup h2 {
	text-align: center;
	line-height: 36px;
	margin: 6px 10px 0;
	padding: 0 0 4px;
	border-bottom: 1px solid #CCC;
	font-size: 22px;
	font-weight: normal;
	color: #999;
}
.dp-nav-prev,
.dp-nav-next {
	position: absolute;
	left: 9px;
	top: 6px;
}
.dp-nav-prev-month,
.dp-nav-next-month,
.current-month,
.other-month {
	display: inline-block;
	background-color: #E6E6E6;
	width: 32px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #999;
	border-radius: 100%;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
}
.dp-nav-prev-month:hover,
.dp-nav-next-month:hover,
.current-month:hover,
.other-month:hover,
td.selected {
	background-color: #F4F4F4;
	border: 1px solid #D3005F;
	color: #D3005F;
}
.dp-nav-next {
	left: auto;
	right: 9px;
}
.dp-nav-prev a,
.dp-nav-next a {
	color: #999;
}
.current-month,
.other-month {
	display: table-cell;
	margin: 5px;
}
.other-month,
td.disabled,
#dp-popup a.disabled {
	opacity: 0.3;
	color: #E6E6E6;
}
.other-month:hover,
td.disabled:hover,
#dp-popup a.disabled {
	cursor: normal;
	color: #E6E6E6;
	background-color: #E6E6E6;
	border: 1px solid #999;
}
.jCalendar {
	width: 282px;
	margin: 0 auto;
	padding: 0 0 10px;
	border-spacing: 4px;
}
th.weekday, 
th.weekend {
	font-size: 14px;
	line-height: 26px;
	font-weight: normal;
	color: #999;
	text-align: center;
}
#dp-close {
	display: none;
}