
.checkBoxIndivid {
    width: 29px;
    height: 28px;
    padding: 0;
    background: url(../images/inputCheckBg.png) no-repeat;
    display: inline-block;
}
.radio {
    width: 19px;
    height: 25px;
    padding: 0 5px 0 0;
    display: block;
    clear: left;
    float: left;
    background: url(radio.gif) no-repeat;
}
.select {
    /* position: absolute;
    width: 167px;
    height: 26px;
    padding: 3px 24px 0 15px;
    color: #588931;
    font: 12px/21px arial,sans-serif;
    background: transparent url(../images/search_select.png) no-repeat;
    overflow: hidden; */
}
#selectcount_product {
    position: absolute;
    width: 106px;
    height: 26px;
    padding: 3px 24px 0 8px;
    color: #588931;
    font: 12px/21px arial,sans-serif;
    background: transparent url(../images/select_bg2.png) no-repeat;
    overflow: hidden;
}
#selectmanid {
    position: absolute;
    width: 125px;
    height: 26px;
    padding: 3px 24px 0 8px;
    color: #588931;
    font: 12px/21px arial,sans-serif;
    background: transparent url(../images/select_bg3.png) no-repeat;
    overflow: hidden;
}
.category_option_top #selectcount_product {
    margin-top: 22px;
}