select:hover, input:hover, textarea:hover{ border: 1px solid #999; color: #31709F; } select:focus, input:focus, textarea:focus{ background: #DFF1FF; border: 1px solid #000; color: #000; } html > body fieldset{ background: #f3f3f3; /* vor IE verstecken */ }