:focus

Doesn't work in IE7 and lower.

This test checks the pseudo class input:focus that specifies styles for a focused form element.

Testsheet:

input:focus {
	width: 5em;
	background-color: #6374AB;
}