.calendar-box {
	display:none;
	background-color:#fff;
	border:1px solid #444;
	position:absolute;
	width:200px;
	padding: 0 0px;
}

.calendar-box select.calendar-month {
	width:70px;
}
.calendar-box select.calendar-year {
	width:50px;
}
.calendar-box .calendar-cancel {
	width:100%;
}
.calendar-box table td {
	width:14%;
}
.calendar-box .calendar-title {
	text-align:center;
}
.calendar-box th, .calendar-box td{
	text-align:center;
}
.header td{
	color: #fff;
	background: #74A6CE;
}

.calendar-box a {
	text-decoration:none;
	color: #002b55;
}
.calendar-box .today a {
	padding:0 5px;
	background-color:#F1F5F9;
} 
.calendar-box .selected a {
	padding:0 5px;
	background-color:#002b55;
	color: white;
	font-weight: bold;
}
.calendar-cancel{
	color: #fff;
	text-align: right;
	background-color: #002b55;
}
.calendar-cancel span{
	cursor: pointer;
}

.btnApply {
    width: 61px;
}