textarea, select, input[type="text"], input[type="password"] {
background-color: #fafafa;
border: 1px solid #8da4b7;
}
textarea, input[type="text"], input[type="password"] {
width: 100%;
}
textarea:focus, select:focus, input[type="text"]:focus, input[type="password"]:focus {
background-color: #fff9f4;
border: 1px solid #fa2;
}
textarea, select, input[type="text"], input[type="password"] {
padding: 2px;
}