I want it to look like this:

But i want the border to become blue on mouse-over and red on click, same for the button.
The problem was solved with the background and border:
Text-box:
<input type="text" name="nick" size="20" style="color: #000000; font-family: Tahoma; font-size: 11; border: 1px solid #00FF00; background-color: #FFFFFF" value="Nickname">
Button:
<input type="button" value="LogIn" name="B1" style="color: #000000; font-family: Tahoma; font-size: 11; border: 1px solid #00FF00; background-color: #FFFFFF">
But i still don't know how to do the mouse-over and click.
Edited by FaNN, 23 August 2008 - 02:05 AM.
