CSS: Submit button looks smaller than input and textarea (solved)

input, textarea, .button_style { 
box-sizing: border-box;
-moz-box-sizing: border-box;
}

When your <button> or <input type=”submit”> looks smaller than the input fields or textarea, just use the code I used above this text and see the results: the submit/button looks the same size as the other form fields.