/* datepicker */
.ui-datepicker {
    display: none;
    padding: 0.2em 0.2em 0;
    width: 253px;
}
.ui-datepicker table {
    font-size: 12px;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    height: 1.8em;
    position: absolute;
    top: 3px;
    width: 1.8em;
}
.ui-state-highlight {
	background: url("images/ui-bg_glass_55_fbf9ee_1x400.png") repeat-x scroll 50% 50% #f29a91 !important;
    border: 1px solid #f29a91 !important;
	font-weight:bold !important;
}