I only found Js Script sis. Here it is.
But actually I'm not sure if there is a CSS codes for Browser restriction.
BROWSER RESTRICTION
[quote]if(navigator.userAgent.indexOf("Firefox") != -1)
{alert("Please Use Internet Explorer");
window.location = "http://www.friendster.com";
}[/quote]