/*
* Copyright 2002-2012 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
*     http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

.searchbox {
    position: relative;
    left: -50px;
    top: 20px;
    height: 42px;
    white-space: nowrap;
    text-align: right;
    z-index:0;
    bottom: -1px; /* compensate for IE rendering issue */
}

.searchbox form {
    padding: 5px 10px;
    margin: 0;
}

code {background-color:rgb(224,255,255);padding:0 0.1em;}

