.design_view_button
{
    display: none;
}

.headerSearchFieldset
{
    border:none;
    margin-top: -5px;
}

.headerSearchLegend
{
    visibility: hidden;
    font-size: 0px;
    width: 0px;
}

.headerSearchTextLabel
{
    visibility: hidden;
    font-size: 0px;
    width: 0px;
    margin-right: -4px;
}

input[name="ctl00$header_txtsearch"]{ 
    /*background-color: rgba(255, 255, 255, 0.5);*/
    background-color: white;
    border: 0px;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;

    /*
    width:130px;
    height: 18px;
    */

    width:115px;
    height: 14px;

    color: black;

    margin-top: -2px;
    margin-left: 3px;
    margin-right: 3px;

    font-size: 1em;
}