﻿/* Tidy the search feature */
#searchbox #q {
    background: url('../images/searchbox.png') no-repeat top;
    border: 0;
    padding: 7px 7px 6px 7px !important;
}

#searchbox #q:focus {
    background-position: 0 -28px;
    border: 0;
}

/* Tidy the form button */
input[type=button], input[type=submit] {
    background: url('../images/searchbutton.png') no-repeat top !important;
    border: 0 !important;
    height: 28px;
    width: 63px;
}

input[type=button]:hover, input[type=submit]:hover {
    background-position: 0 -28px !important;
}