﻿.search-mod .txt {
    float: left;
    width: 350px;
    height: 26px;
    line-height: 26px;
    border: 2px solid #0b94bf;
    padding: 5px 5px 5px 35px;
    font-size: 12px;
    color: #666;
    background: url('/Images/search_icon.gif') no-repeat 9px center;
}
.search-mod .btn {
    float: left;
    height: 35px;
    width: 100px;
    overflow: hidden;
    line-height: 35px;
    background: #0b94bf;
    border: none;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    font-weight:bolder;
}

#search-tab{
    font-size: 12px;
    padding-bottom: 6px;
    padding-left: 8px;
}
#search-tab label{
    padding-right: 20px;
    color:#666;
    cursor: pointer;
}
#search-tab label.active{
    font-weight: bold;
    color:#0b94bf;
}