.textbox{
    height:20px;
    margin:0;
    padding:0 2px;
    box-sizing:content-box;
}

使用的时候

<input type="text" class="textbox"/>