body, input, textarea, select, option, td {
font: 18px verdana;
}
input [type="text"], select {
width: 150px; 
vertical-align: top;
border: 1px solid red;
}
input:focus, textarea:focus, select:focus {
background: yellow;
}
input[type="submit"] {
font: 14px georgia; 
background-color: orange;
border: 3px double #369;
}