This works by using CSS3 transitions.
Basically on the :hover pseudo-selector you need to change:
The background image.
The background position.
The text-indent to position the text.
<!-- Throw in a nice looking font just for the fun of it -->
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,700,300,200"/>
<input type="submit" value="Log In" class="login" />