<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
        .btn.btn-search {
        padding: 7px 10px;
        font-size: 14px;
        background: #c63800 url(https://www.bizworldusa.com/App_themes/theme1/images/menubg.gif) repeat-x;
        color: #fff;
        font-weight: bold;
        border: 1px solid #c63800;
        border-radius: 5px;
    }
       .chkbox .chkrow {
        float: left;
        font-size: 12px;
        width: 180px;
    }

        .chkbox .chkrow a {
            color: #000;
            font-size: 12px;
            text-decoration: none;
            font-weight: bold;
        }

        .chkbox .chkrow .count {
            color: #c63800;
            padding-right: 5px;
            font-weight: normal;
        }

    #radio-list label {
        padding-right: 10px;
    }
        /*.btn.btn-search {
            padding: 7px 10px;
    font-size: 14px;
    background: #c63800 url(https://www.bizworldusa.com/App_themes/theme1/images/menubg.gif) repeat-x;
    color: #fff;
    font-weight: bold;
    border: 1px solid #c63800;
    border-radius: 5px;
        }*/
        .display-none {
            display: none;
            visibility: hidden;
        }

        .bizsearch-form input[type="text"] {
            height: 32px;
            box-sizing: border-box;
            padding: 7px 5px;
            font-size: 14px;
        }

        #search-td-pad .searchpadding, #search-td-pad-popup .searchpadding {
            padding-right: 5px;
        }

        #hrmenuheight {
            display: none;
            visibility: hidden;
        }

        .cre-radio label {
            font-size: 18px;            
            padding-left:5px;
            padding-right:20px;
               /*font-weight: 700;*/
        }

        .cre-radio input[type="radio"] {
            width: 16px;
            height: 16px;
        }

        .form input[type="submit"].btn-cre-search {
            padding: 7px 10px;
            font-size: 14px;
            background: #c63800 url(https://www.bizworldusa.com/App_themes/theme1/images/menubg.gif) repeat-x;
            color: #fff;
            font-weight: bold;
            border: 1px solid #c63800;
            border-radius: 5px;
        }

        .btn-cre-go {
            padding: 7px 10px;
            font-size: 14px;
            background: #c63800 url(https://www.bizworldusa.com/App_themes/theme1/images/menubg.gif) repeat-x;
            color: #fff;
            font-weight: bold;
            border: 1px solid #c63800;
            border-radius: 5px;
        }

        .vtop1 input[type="radio"] {
            line-height: 50px;
        }

        .vtop1 label {
            font-size: 18px;
            font-weight: 100;
            /*padding-top:5px;*/
            line-height: 50px;
        }

        .txtfont-14px {
            font-size: 14px !important;
        }

        #cre-special .srcat {
            width: 180px;
        }

        #cre-search .textboxcap, #cre-keyword input[type="text"].textbox {
            /*height:34px;*/
            box-sizing: border-box;
            padding: 7px 5px;
            font-size: 14px;
        }

        #cre-keyword input[type="text"].textbox {
            height: 32px;
        }

        .btn.btn-filter {
            -webkit-box-shadow: 3px 3px 5px 0px rgba(222,219,222,1);
            -moz-box-shadow: 3px 3px 5px 0px rgba(222,219,222,1);
            box-shadow: 3px 3px 5px 0px rgba(222,219,222,1);
            border: 2px solid #fff;
            padding: 4px 10px;
            font-size: 15px;
            float: right;
            border-radius: 5px;
            cursor: pointer;
            -webkit-transition: background 0.8s; /* For Safari 3.0 to 6.0 */
            transition: background 0.8s; /* For modern browsers */
        }

            .btn.btn-filter:hover {
                background-image: linear-gradient(#51a600, #83c01a);
            }

            .btn.btn-filter i.fa {
                background-color: #fff;
                color: #089714;
                padding: 4px;
                border-radius: 200px;
                margin-left: 10px;
            }

 .search-filter td {
            vertical-align: top;
        }

input[type="submit"] {
    cursor:pointer;
}</pre></body></html>