Edit in JSFiddle

<button>Button</button> <input type="button" value="Input Button"> <input type="reset" value="Input Reset"> <input type="submit" value="Input Submit"> <input type="text" value="Lorem ipsum dolor sit&hellip;"> <select><option>Option 1</option><option>Option 2</option><option>Option 3</option></select> <textarea>Lorem ipsum dolor sit amet.</textarea>
body {font:normal normal 16px/1.4 "Times New Roman",Times,Serif}

button,
input,
select,
textarea {font:inherit}

textarea {
  display:block;
  width:100%;
  height:90px;
}