﻿
/*搜索栏*/
.searchbox_search
{
    float: right;
    border-bottom: #999999 1px solid;
    border-left: #999999 1px solid;
    width: 150px; 
    height: 20px;
    overflow: hidden;
    border-top: #999999 1px solid;
    border-right: #999999 1px solid;
    margin-top:5px;
    margin-right:6px;
}

.searchbox_search .input
{
  border-bottom: white 1px solid;
    border-left: white 1px solid; 
    
    line-height: 14px;
   
    width: 125px;  _width:125px;
    float: left;
    height: 14px;
    color: #016a9f;
    font-size: 12px;
    border-top-style:none;
    border-left-style:none;
    border-bottom-style:none;
    border-right-style:none;
    border-top: white 1px solid;
    border-right: white 1px; 
    padding-top: 3px;
    padding-bottom: 2px;
     padding-left: 5px; 
     padding-right: 0px;
}

.searchbox_search .button
{    
    border-left-style: none;
    border-bottom-style: none;
    border-right-style: none;
    border-top-style: none;
    float: left;
    width:20px;
    height: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

