﻿#Search {
    position: relative;
    width: 96%;
    left: 2%;
    margin-top: 10px;
    background-color: #FFFFFF;
}

#Search fieldset {
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 2px;
    border-color: white lightgrey darkgrey black;
}

    #Search a {
        font-weight: bold;
        color: mediumblue;
        text-decoration: none;
    }

        #Search a:hover {
            color: #FF0000;
            background-color: #E0E0E0;
        }

#Search input[type=button], input[type=submit], input[type=reset] {
    width: 200px;
    background-color: #e6e2c1;
    border: 1px solid #000000;
    text-align: center;
    font-size: 14pt;
    font-weight: bold;
    color: #0000FF;
    padding: 1px;
    text-decoration: none;
    cursor: pointer;
}

#Search input[type=submit]:hover, input[type=reset]:hover {
            color: #FF0000;
        }