/* CSS Document */
* {
    margin: 0;
    padding: 0;
    list-style: none;
}

.lanren-search-form {
    width: 500px;
    margin: auto;
    overflow: hidden;
}

.lanren-search-form .search-bd {
    height: 25px;
}

.lanren-search-form .search-bd li {
    border-radius: 4px 4px 0 0;
    font-size: 12px;
    width: 60px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    float: left;
    cursor: pointer;
    color: #666;
}

.lanren-search-form .search-bd li.selected {
    color: #fff;
    font-weight: 700;
    background-color: #E4393C;
}

.lanren-search-form .search-hd {
    border-radius: 0 4px 4px 0;
    height: 34px;
    background-color: #E4393C;
    padding: 3px;
    position: relative;
}

.lanren-search-form .search-hd .search-input {
    width: 430px;
    height: 22px;
    line-height: 22px;
    padding: 6px 0;
    background: none;
    text-indent: 10px;
    border: 0;
    outline: none;
    position: relative;
    left: 3px;
    top: 0;
    z-index: 5;
    #margin-left: -10px;
}

.lanren-search-form .search-hd .btn-search {
    width: 70px;
    height: 34px;
    line-height: 34px;
    position: absolute;
    right: 3px;
    top: 3px;
    border: 0;
    z-index: 6;
    cursor: pointer;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    background: none;
    outline: none;
}

.lanren-search-form .search-hd .pholder {
    line-height: 15px;;
    display: inline-block;
    padding: 2px 0;
    font-size: 12px;
    color: #999;
    position: absolute;
    left: 13px;
    top: 11px;
    z-index: 4;
    background: url(/images/zoom.jpg) no-repeat 0 0;
    padding-left: 25px;
    #top: 11px;
    height: 21px;
}

.lanren-search-form .search-hd .s2, .lanren-search-form .search-hd #s2 {
    display: none;
}

.lanren-search-form .search-bg {
    width: 430px;
    height: 34px;
    background-color: #fff;
    position: absolute;
    left: 3px;
    top: 3px;
    z-index: 1;
}

