/* ============搜索表单============== */
div.searchform_h{
padding:10px 5px;
}

div.searchform{
padding:0px 3px 3px 0px;
}

div.searchform .input{
border:1px #ddd solid;
width:152px;
height:20px;
line-height:20px;
background:#fbfbfb;
}

div.searchform1{
padding:0px 3px 3px 0px;
display:none;
}

div.searchform1 .input{
border:1px #ddd solid;
width:152px;
height:20px;
line-height:20px;
background:#fbfbfb;
display:none;
}


div.searchform select{
width:160px;
}

