.ui-datepicker {
    font-family: arial, helvetica, freesans, sans-serif;
    font-size: 12px;
}
.ui-datepicker-trigger {
    margin-left: 6px;
    /* IE7 */
    *position: relative;
    *top: -5px;
}
.ui-tooltip {
    padding: 0px;
    max-width: 500px;
    font-size: 12px;
    font-family: arial, helvetica, freesans, sans-serif;
}
.ui-autocomplete {
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    max-height: 200px;
    /* IE7 */
    *height: 200px;
}
button.ui-multiselect .ui-icon-triangle-2-n-s {
    background: url("/cms/img/selectbox.png") no-repeat scroll
        right center;
}
.ui-multiselect-menu {
    background-color: #e7e7e7;
    width: auto !important;
}
.ui-multiselect-checkboxes {
    background-color: #e7e7e7;
    height: auto !important;
    overflow: auto;
    max-height: 300px;
    /* For IE/ */
    *height: 230px !important;
}
.ui-multiselect-checkboxes .ui-state-active {
    background: #e7e7e7 none no-repeat;
}
.ui-datepicker-trigger {
    height: 23px;
    width: 22px;
    vertical-align: middle;
    padding-bottom: 3px;
}