.ui-datepicker{
	background:#fff;
	border-radius:7px;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.33);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.33);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.33);
}

.ui-datepicker-title{
	font-size:15px;
	color:#ec5252;
	text-transform:uppercase;
	font-weight:500
}

.ui-datepicker-prev{
	background:url(img/img_1.png) center center no-repeat;
	top:2px !important;
	width: 2.8em !important;
	cursor:pointer
}

.ui-datepicker-next{
	background:url(img/img_2.png) center center no-repeat;
	top:2px !important;
	width: 2.8em !important;
	cursor:pointer
}

table.ui-datepicker-calendar{
	table-layout:fixed
}

.ui-datepicker td span, 
.ui-datepicker td a{
	text-align:center;
	font-size:15px;
	color:#282a2e;
	border-radius:5px;
}

.ui-datepicker td a:hover{
	color:#ec5252
}

.ui-datepicker .ui-state-highlight{
	background:#FFDCF4;
	font-weight:bold;
	color:#ec5252
}

.ui-datepicker .ui-state-active{
	font-weight:bold
}
