if ($.browser.msie)
{
}
if ($.browser.webkit)
{
}
if ($.browser.safari)
{
}
if ($.browser.opera)
{
//    $().ready(function(){
//
//	$('button').css({'margin-top':'-2px'});
//    });
}
if ($.browser.mozilla)
{
//    $().ready(function(){
//	$('button').css({'margin-top':'2px'});
//    });
}

