.search-form input[type="text"] {
    padding: 7px;
    width: 200px;
    border: 1px solid #ccc;
    margin-right: 5px;
}

.search-form  input[type="submit"] {
    border: 1px solid #ccc;
    padding: 7px 10px;
}


.search-form {
    position: absolute;
    bottom: 18px;
    right: 0;
}