input.hasDatepicker {
    width: 120px;
    font: normal 13px/20px OpenSans Bold, sans-serif; 
    background: url(/images/icon/date.png) 95px center no-repeat, url(/images/select-large.png) repeat-x;
}

#ui-datepicker-div .ui-datepicker-header {
    position: relative;
    margin-bottom: 10px;
}

#ui-datepicker-div {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f7f7f7));
    background: -webkit-linear-gradient(top, #ffffff 0%,#f7f7f7 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#f7f7f7 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#f7f7f7 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f7f7f7 100%);
    padding: 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #c5d1d8;
    display: none;
    
}

#ui-datepicker-div td, #ui-datepicker-div th {
    text-align: center;
    padding: 5px;
    font-weight: normal;
}

#ui-datepicker-div .ui-datepicker-title {
    text-align: center;
    font: normal 13px/16px OpenSans Bold, sans-serif;
}

#ui-datepicker-div a.ui-corner-all {
    width: 15px;
    height: 16px;
    position: absolute;
    background: url(/images/arrows.png) no-repeat;
    cursor: pointer;
    top: 0;
}

#ui-datepicker-div a.ui-datepicker-prev {
    left: 45px;
}

#ui-datepicker-div a.ui-datepicker-next {
    background-position: -15px 0;
    right: 45px;
}

#ui-datepicker-div a.ui-datepicker-prev:hover {
    background-position: 0 -16px;
}

#ui-datepicker-div a.ui-datepicker-next:hover {
    background-position: -15px -16px;
}