I’m making a site where the size of input boxes for Name and Email is not engouh because of the design
So I want to know how to hide other elements of :focus and get back again after out of focus
Like this

I want to do for both Mouse and Keyboard focus
Edit
I saw the same effect which I want in Seach bar of Stackoverflow.com
How they are doing?
I wrote some code in jsFiddle for this problem…
Check it out: http://jsfiddle.net/ycdrR/1/
update: http://jsfiddle.net/ycdrR/4/