.rencaiku_title{
    width: 100%;
    font-size: 30px;
    text-align: center;
}

.rencaiku_search{
    line-height: 80px;
    width: 1000px;
    margin: auto;
}
.ren_search_field{
    float: left;
    width: 76px;
}
.ren_input{
    width: 210px;
    float: left;
}
.ren_input1{
    width: 240px;
}
.ren_input input,.ren_input select{
    width: 100%;
    height: 30px;
}
.ren_search_field3{
    margin-left:3px ;
}
.ren_search_button{
    background: #2259BD;
    display: inline-block;
    padding: 5px 5px 6px;
    height: 25px;
    color: #fff;
    text-decoration: none;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    border-bottom: 1px solid rgba(0,0,0,0.25);
    position: relative;
    cursor: pointer;
    margin-top: 20px;
    margin-left: 22px;
    line-height: 25px;
    width: 56px;
    text-align: center;
}