input 
{
	border: 1px solid black;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;	
	background: #eee;
	padding: 3px;
}

input:focus, input.focus
{
	background: White;
}