#ui-datepicker-div {
	display:none; /* default to display:none; */
	background:#fff;
	border:1px solid #002654;
	font-size:12px;
	padding:5px;
	box-shadow:2px 2px 2px #333;
	-webkit-box-shadow:2px 2px 2px #333;
	-moz-box-shadow:2px 2px 2px #333;
	-o-box-shadow:2px 2px 2px #333;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	max-width:155px;
}

.book-flights-frame #ui-datepicker-div {
	top:3px !important;
	left:550px !important;
}

#ui-datepicker-div table {
	margin:3px;
	
}

#ui-datepicker-div td, #ui-datepicker-div th {
	padding:1px 3px;
}

.ui-datepicker-title {
	font-weight:bold;
	font-size:14px;
	padding:2px 0;
}

.ui-datepicker-prev {
	display:block;
	float:left;
	width:15px;
	height:15px;
	background:url(/webdesign.nsf/AttachmentsByTitle/linkback.gif/$FILE/linkback.gif) 0 0 no-repeat;
	cursor:pointer;
	margin:2px 0 0 5px;
	border-bottom:0;
}

.ui-datepicker-prev:hover {
	background:url(/webdesign.nsf/AttachmentsByTitle/linkback_over.gif/$FILE/linkback_over.gif) 0 0 no-repeat;
	border-bottom:0;
}

.ui-datepicker-next {
	display:block;
	float:right;
	width:15px;
	height:15px;
	background:url(/webdesign.nsf/AttachmentsByTitle/linkfollow.gif/$FILE/linkfollow.gif) 0 0 no-repeat;
	margin:2px 5px 0 0;
	border-bottom:0;
	cursor:pointer;
}

.ui-datepicker-next:hover {
	background:url(/webdesign.nsf/AttachmentsByTitle/linkfollow_over.gif/$FILE/linkfollow_over.gif) 0 0 no-repeat;
	border-bottom:0;
}

.ui-datepicker-prev span,
.ui-datepicker-next span{
	display:none;
}