
.common_search_condition, .common_search { border: 1px solid #D4D4D4; background-color: @whiteFFF; }
.common_search_condition:hover, .common_search:hover { border: 1px solid #1F85EC; }

.common_search { border: 1px solid #d4d4d4; background-color: @whiteFFF; border-radius: 14px; font-size: 12px; margin: 0; padding: 0; height: 24px; }
.common_search .common_button { line-height: 23px; height: 24px; }
.common_search .common_drop_list_select { _float: left; _margin-top: 1px; }
.common_search .common_drop_list_select:hover { border-right: 1px solid #111; }
.common_search li { float: left; _height: 24px; _line-height: 24px; border-radius: inherit;list-style: none; }
.common_search .search_input { border-radius: inherit; border: none; padding: 0 0 0 10px; width: 140px; height: 24px; line-height: 24px; background: @whiteFFF; *margin-top: -1px; _margin-top: 0; _vertical-align: top; }
.common_search .search_input:focus { border: none; width: 139px; }
.common_search input[type="text"] { height: 22px; line-height: 22px; }
.common_search .condition { padding: 0 5px; margin-right: 0; min-width: 0; height: 24px; border-radius: 0 5px 5px 0; padding: 3px 5px 3px 10px; height: 18px; line-height: 18px; }
.common_search a.search_buttonHand { padding: 0 5px 0 0; min-width: 0; height: 24px; border-radius: 0 14px 14px 0; border: none; }
.common_search .comp:focus { border: 1px solid #296fbe; width: 139px; }

//搜索框不可以点击的样式
.common_search.common_search_disable{
    background-color: #EFEDED;
    cursor: not-allowed;
}
.common_search.common_search_disable:hover{
    border: 1px solid #d4d4d4;
}
.common_search.common_search_disable input{
    background-color: #EFEDED;
    cursor: not-allowed;
}
