.ui-datepicker {
	width: 216px;
	height: auto;
	margin: 5px auto 0;
	font-size:16px;
	text-decoration:none;
	color:#fff;
}
.ui-datepicker a {
	text-decoration: none;
	color:#fff;
}
.ui-datepicker table {
	width: 100%;
}
#ui-datepicker-div {
	display: none;
}
.ui-datepicker-header {
	border-bottom: 1px solid #fff;
	font-size:18px;
}
.ui-datepicker-title {
	text-align: right;
}
.ui-datepicker-prev, .ui-datepicker-next {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	background-image: url('../images/arrow-datepicker.png');
	background-repeat: no-repeat;
	line-height: 600%;
	overflow: hidden;
}
.ui-datepicker-prev {
	float: left;
	background-position: center -30px;
}
.ui-datepicker-next {
	float: right;
	background-position: center 0px;
}
.ui-datepicker-year {
	display:none;	
}

#calendar-prepend {
	float:left;	
}