
.styled {
    height: 27px;
}

.searchInputDropdown {
    width: 33px;
    height: 27px;
    margin: 0px;
    padding: 0px;
    border: none;
    font-size: 0px;
    line-height: 0px;
}
option {
    width: 33px;
}
span.select {
    position: absolute;
    width: 33px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
    height: 23px;
    line-height: 27px;
    padding: 4px 24px 0 8px;
    color: #000000;
    font: 12px/21px arial,sans-serif;
    overflow: hidden;
    background: url(/searchEngine/images/searchDropdown.png) top left no-repeat;
}

