.custom-combobox {
    position: relative;
    display: inline-block;
}

.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    /*margin-left: -29px;*/
    padding: 0;
    height: 22px;
    right: -3px;
}

.custom-combobox-input {
    margin: 0;
    padding: 0;
    height: 22px;
    width: 100%;
}

body {
    font-family: Arial, Helvetica, sans-serif;
}

table {
    font-size: 1em;
}

.ui-draggable, .ui-droppable {
    background-position: top;
}


.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    /* 防止水平滚动条 */
    overflow-x: hidden;
}

/* IE 6 不支持 max-height
 * 我们使用 height 代替，但是这会强制菜单总是显示为那个高度
 */
* html ul.ui-autocomplete {
    height: 100px;
}

.hyzx_infomrmdzxxmm2 td span, .hyzx_infomrmdzxxmm22 td span{
    padding: 0;
}
