   .RadComboBox_Custom {
            *zoom: 1;
            display: -moz-inline-stack;
            display: inline-block;
            *display: inline;
            text-align: left;
            vertical-align: middle;
            _vertical-align: top;
            white-space: nowrap;
            width: 100px;
            height: 30px;
        }

            .RadComboBox_Custom .rcbReadOnly .rcbInput {
                height: 30px;
                font-size: 1.5rem !important;
                color: #a1a1a1  !important;
                font-family: "Microsoft JhengHei", ·L³n¥¿¶ÂÅé, "Microsoft Yahei", ·L³n¶®¶ÂÅé, Arial, sans-serif !important;
            }

            .RadComboBox_Custom:after {
                content: "";
                height: 0;
                clear: both;
                display: block;
            }

            .RadComboBox_Custom table {
                margin: 0;
                padding: 0;
                border: 0;
                background: 0;
                display: -moz-inline-stack;
                display: inline-block;
                *display: inline;
                width: 100px;
                height: 50px;
                line-height: 50px;
                border-collapse: collapse;
                vertical-align: center;
            }

            .RadComboBox_Custom select {
                margin-bottom: 0;
                padding: 0;
                height: 22px;
            }

            .RadComboBox_Custom .rcbInputCell, .RadComboBox_Custom .rcbArrowCell {
                margin: 0px;
                padding: 0;
                background-color: transparent;
                background-repeat: no-repeat;
                *zoom: 1;
                background-image: none !important;
            }

            .RadComboBox_Custom .rcbInputCell {
                width: 100%;
                height: 50px !important;
                _height: 52px;
                line-height: 50px !important;
                _line-height: 52px;
                text-align: left;
                vertical-align: middle;
                cursor: pointer;
            }

            .RadComboBox_Custom table td.rcbInputCell {
                /*padding-left: 10px !important;*/
                border-left: 0px solid #E3E3E3 !important;
                border-top: 0px solid #E3E3E3 !important;
                border-bottom: 1px solid #949494 !important;
                border-radius: 2px 0px 0px 2px !important;
                -moz-border-radius: 2px 0px 0px 2px !important;
                -webkit-border-radius: 2px 0px 0px 2px !important;
                color: black !important;
            }


            .RadComboBox_Custom input, .RadComboBox_Custom input:focus {
                height: auto;
                box-shadow: none;
                outline: 0;
            }

            .RadComboBox_Custom .rcbInput {
                margin: 0 !important;
                padding: 0 !important;
                border: 0 !important;
                background: 0 !important;
                 padding: 10px !important;
                _padding: 2px 0 0;
                width: 100% !important;
                _height: 50px;
                outline: 0 !important;
                -webkit-appearance: none !important;
                cursor: pointer !important;
                color: black !important;
            }

            .RadComboBox_Custom .rcbDisabled .rcbInput {
                cursor: pointer;
            }

            .RadComboBox_Custom table td.rcbArrowCell {
                padding-right: 10px !important;
                border-bottom: 1px solid #d5d6de !important;
                background: #F5F5F5 !important;
                border-radius: 0px 2px 2px 0px !important;
                -moz-border-radius: 0px 2px 2px 0px !important;
                -webkit-border-radius: 0px 2px 2px 0px !important;
                width: 8px !important;
            }


            .RadComboBox_Custom .rcbArrowCell a {
                width: 0px !important;
                height: 22px;
                position: relative;
                outline: 0;
                line-height: 1px;
                text-decoration: none;
                text-indent: 9999px;
                display: block;
                overflow: hidden;
                cursor: pointer;
                *zoom: 1;
                background-color: transparent;
            }

            .RadComboBox_Custom .rcbArrowCell > a:hover {
                background-color: transparent;
            }

            .RadComboBox_Custom .rcbArrowCell > a > .caret {
                border-top-color: #fff;
                border-bottom-color: #fff;
                position: absolute;
                top: 10px;
                right: 0px;
            }

            .RadComboBox_Custom .rcbArrowCell > a:hover > .caret {
                border-top-color: #fff;
                border-bottom-color: #fff;
                position: absolute;
                top: 10px;
                right: 0px;
            }

            .RadComboBox_Custom .rcbArrowCellHidden, .RadComboBox_Custom .rcbArrowCellHidden a {
                width: 3px;
            }

            .RadComboBox_Custom .rcbReadOnly {
                background-color: transparent;
            }

                .RadComboBox_Custom .rcbReadOnly .rcbInput {
                    cursor: pointer;
                }

        .RadComboBoxDropDown_Custom {
            border-width: 0px !important;
        }

            .RadComboBoxDropDown_Custom .rcbNoWrap .rcbItem, .RadComboBoxDropDown_Custom .rcbNoWrap .rcbHovered, .RadComboBoxDropDown_Custom .rcbNoWrap .rcbDisabled, .RadComboBoxDropDown_Custom .rcbNoWrap .rcbLoading {
                white-space: nowrap;
                background-color: none !important;
            }

            .RadComboBoxDropDown_Custom .rcbDisabled {
                cursor: default;
            }

            .RadComboBoxDropDown_Custom .rcbItem, .RadComboBoxDropDown_Custom .rcbHovered, .RadComboBoxDropDown_Custom .rcbDisabled, .RadComboBoxDropDown_Custom .rcbLoading, .RadComboBoxDropDown_Custom .rcbCheckAllItems, .RadComboBoxDropDown_Custom .rcbCheckAllItemsHovered {
                padding: 0 !important;
            }

            .RadComboBoxDropDown_Custom .rcbHovered {
                color: #000 !important;
                background-color: #F5F5F5 !important;
            }

            .RadComboBoxDropDown_Custom .rcbItem {
                color: #000 !important;
                background-color: #FFF !important;
            }

        .RadComboBox_Custom table td.rcbArrowCell {
            background: url('../images/icon_Expand2.png') no-repeat 50% 50% !important;
        }

        .RadComboBox_Custom .rcbInput {
             font: 14px/23px "Segoe UI" !important;
            border: solid;
        }

        .RadComboBoxDropDown_Custom .rcbList {
            border: 1px solid #DFE1E8;
        }

        .RadComboBox_Custom:hover table td.rcbInputCell ,.RadComboBox_Custom:hover table td.rcbArrowCell{
            border-bottom: 1px solid #000 !important;
        }