.article td .forinput {
  padding: 2px 4px;
}

input {
  padding: 12px 16px;
  border: groove 1px #cccccc;
}

/* -- Radio Button Fix -- for only Chrome */
input[type="checkbox"] { -webkit-appearance: checkbox; }
input[type="radio"] { -webkit-appearance: radio; }
input[type="submit"], input[type="button"] { -webkit-appearance: button; }
select { -webkit-appearance:textfield; }
