.search-form .input-text {
    border: 1px solid #9BABB0;
    padding: 5px;
    margin: 0px;
    line-height: 15px;
    width: 173px;
    font-size: 14px;
}

.search-form input[type=submit] {
    font-weight: bold;
    margin: 0px;
    padding: 5px;
    text-transform: uppercase;
    border: 0px;
}