

div.wardsLeft,
div.wardsRight
{
    padding-bottom: 18px;
}

div.wardsLeft a,
div.wardsRight a
{
    text-decoration: none;
}


select.searchResults
{
    visibility: hidden;
    position: absolute;
    overflow: scroll;
    background-color: white;
    border: 1px solid gray;
}

.searchResults li
{
    list-style: none;
}

.searchResults li:hover
{
    background-color: silver;
}




#searchInput
#searchInputPostcode
{
 font-size: smaller;
}
#searchInput
{
    width: 8em;
}
#searchInputPostcode
{
    width: 6em;
}

#searchInputPostcodeRange
{
    margin: 0px 3px 0px 3px;
    width: 10em;
    height: auto;
    vertical-align: auto;
}

#searchInputPostcodeRange option
{
    display: block;
    padding: 2px;
    margin: 0px;
    height: auto;
    width: auto;
    border: none;
}

