.ui-datepicker {
	background:white;
	padding:4px;
	border:solid 1px gray;
	border-radius:3px;
	width:180px;
	display:none;
}

.ui-datepicker-header {
	padding:3px;
	background:#efefef;
	clear:both;
	text-align:center;
}

.ui-datepicker-prev {
	float:left;
	cursor:pointer;
	display:block;
	border-radius:3px;
	background:white;
}

.ui-datepicker-next {
	float:right;
	cursor:pointer;
	display:block;
	border-radius:3px;
	background:white;
}

.ui-datepicker-calendar {
	width:100%;
}
