Thanks a lot, tested this feature and works on: Google Chrome,Firefox and IE8 and below but not on IE9
Code:
/* Onfocus it displays a border and diffirent text color */
input[type="text"]:focus, input[type="password"]:focus {
border: 2px solid #ff0000;
color: #000000;
}