input, select { font-size: 11px;  border: 1px solid silver; }
textarea      { font-size: 11px;  border: 1px solid silver; }
button        { font-size: 11px;  }

input.disabled { background-color: #F0F0F0; }
input.button  { cursor: pointer;   }

input:focus,
select:focus,
textarea:focus { background-color: #fff }