$(document).ready(
function(){if($.browser.msie){
$("input[@type='text'], input[@type='password'], textarea").focus(function() {$(this).css("background-color","#ffffff");})
$("input[@type='text'], input[@type='password'], textarea").blur(function() {$(this).css("background-color","#efefef");})
}});
