function roundedCornersInit() {
    if (!$.browser.msie) {
        $('.roundedCorners').corner("round 5px").parent().css('padding', '2px').corner("round 7px");
        $('.roundedButton').corner("round 5px").parent().css('padding', '2px').corner("round 7px");
    }
};