html,
body {
    font-size: 14px
}

* {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input {
    border: .2em solid #000;
    border-radius: .3em;
    padding: .5em;
    width: 17.5em
}

.search_change,
.search_change_footer,
.search_change_bottom {
    border: 1px solid #c3c3c3;
    border-radius: 0;
    padding: .5em;
    width: 12em
}