input.calendar_input:not([readonly]):not([disabled]) {
	color: #000000!important;
}
#ap_calendar {
	position: absolute;
	border: 1px solid #BFBFBF;
	border-radius: 2px;
	padding: 10px;
	width: 240px;
	background-color: #ffffff;
	z-index: 620;
}
.calendar_input_holder input {
	cursor:pointer;
	width:130px;
	float: left;
}
#ap_calendar .month {
	display: none;
	clear: both;
	border: 1px solid #4D90FE;
}
#ap_calendar .selected_month {
	display: block;
}
#ap_calendar .month em {
	display: block;
	float: left;
	width: 32px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-style: normal;
	border: 1px solid #ffffff;
	cursor: pointer;
}
#ap_calendar .month em.selected_day {
	background-color: #bccdec!important;
}
#ap_calendar .month em.current_day {
	border: 1px solid #BFBFBF!important;
}
#ap_calendar .month em.disabled_day {
	border-color: #ffffff!important;
	background-color: #BFBFBF!important;
	color: #666666!important;
	cursor: not-allowed;
}
#ap_calendar .month em.day:hover {
	border: 1px solid #E5ECF8;
	background-color: #E5ECF8;
}
#ap_calendar .days {
	overflow: hidden;
	background-color: #F5F5F5;
	padding: 1px 0 3px;
	border-bottom: 1px solid #BFBFBF;
}
#ap_calendar .days em {
	border: 0px;
	width: 34px;
}
.cds {
	float:left;
	background-color:#fff; 
	border:1px solid #DEDEDC;
	background-image: url('calendar.png');
	background-repeat: no-repeat;
	cursor: pointer;
	background-position: 50% 50%; 
	width:30px; 
	height:30px;
}
.cds.has-value {
	background-image:url('sprite.png');
	background-position:-32px -427px;
}
input.calendar_input[readonly] + .cds, input.calendar_input[disabled] + .cds {
	display: none;
}