﻿/*职位搜索样式*/
.searchBox {
    border: 1px solid #cacaca;
    background: #FFF;
}

    .searchBox .title_bar {
        height: 32px;
        border-bottom-style: solid;
        border-bottom-color: #cacaca;
        border-bottom-width: 1px;
        text-align: left;
    }

        .searchBox .title_bar span {
            line-height: 32px;
            height: 32px;
            font-size: 14px;
            font-weight: bold;
            padding-left: 25px;
            color: #FF6600;
        }

ul.filters li {
    margin: 10px 0px;
    overflow: hidden;
    zoom: 1;
    line-height: 36px;
    height: 36px;
}

    ul.filters li * {
        float: left;
        height: 32px;
        line-height: 36px;
    }

    ul.filters li label {
        width: 90px;
        text-align: right;
        margin-left: 0;
    }

ul.filters select {
    width: 210px;
}

    ul.filters select.short {
        width: 100px;
    }

ul.filters input {
    width: 517px;
}

    ul.filters input.search_btn {
        width: 66px;
        height: 26px;
        margin-left: 23px;
    }


ul.filters .btnSearchResume {
    width: 126px;
    height: 32px;
    margin-left: 100px;
}

table.list {
    border: 1px solid #ccc;
}

    table.list tr {
        height: 32px;
        line-height: 32px;
        border-bottom: 1px dotted #ccc;
    }

    table.list thead tr td {
        height: 32px;
        line-height: 32px;
        background: #FA7C0B;
        text-align: center;
    }

    table.list td {
        text-align: center;
    }
/*求职人员搜索*/
.grey_panel {
    border: 1px solid #cacaca;
    background: #FFF;
}

    .grey_panel .title_bar {
        height: 32px;
        border-bottom-style: solid;
        border-bottom-color: #cacaca;
        border-bottom-width: 1px;
        text-align: left;
    }

        .grey_panel .title_bar span {
            line-height: 32px;
            height: 32px;
            font-size: 14px;
            font-weight: bold;
            padding-left: 25px;
            color: #FF6600;
        }
/*简历中心搜索*/
