I\'m running Mac OS so I can\'t really tell if this effect is presented on windows machines or not, so I apologize if this effect is not seen for you.
Input and TextFiel
It is in fact a CSS attribute. This will hide that glowing effect:
input:focus, textarea:focus { outline: none; }