.search_logo {
    background:url(/p/search.gif) no-repeat center center;
    height:32px; 
    width: 20px;
    border: solid 1px #d3d3d3;
    border-right:0;
    }

.search_form
    {
    height: 32px; 
    width: 410px;
    border: solid 1px #d3d3d3;
    border-left:0;    
    }

.search_form input
    {
    height: 30px; 
    width: 400px;
    font-size:19px;
    color:#000;
    border:0;
    }

.search_button
    {
    background:#FFBA33;
    height:32px;
    width:120px;
    border:1px solid #FF715B;
    border-top-color:#FFBA33;
    border-left-color:#FFBA33;
    color:#000;
    font-weight:600;
    margin-left:6px;
    font-size:18px;
    }

.search_error
    {
    color: #f00;
    font-size: 20px;
    }


.search_mini_logo {
    background:url(/p/search.gif) no-repeat center center;
    height:24px; 
    width: 24px;
    border: solid 1px #d3d3d3;
    border-right:0;
    }

.search_mini_form
    {
    height: 24px; 
    width: 266px;
    border: solid 1px #d3d3d3;
    border-left:0;    
    }

.search_mini_form input
    {
    height: 24px; 
    width: 260px;
    font-size:16px;
    color:#000;
    border:0;
    }

.search_mini_button
    {
    background:#FFBA33;
    height:24px;
    width:100px;
    border:1px solid #FF715B;
    border-top-color:#FFBA33;
    border-left-color:#FFBA33;
    color:#000;
    font-weight:600;
    margin-left:6px;
    font-size:14px;
    }
