function MakeRoundedCorners() {

				if(!NiftyCheck())
				    return;
				
				RoundedBottom("div.header_panel","transparent","white");
				Rounded("div.content_panel","transparent","white");
				Rounded("div.news_image_panel","transparent","#898989","small");
				Rounded("div.news_info_panel", "transparent", "#f3f3f3", "small");
				Rounded("div.button_wide_panel", "transparent", "#a9233e", "small");

				Rounded("div.button_panel_active", "transparent", "#a9233e", "small");
				Rounded("div.button_wide_panel_active", "transparent", "#a9233e", "small");
				Rounded("div.button_center_panel_active", "transparent", "#a9233e", "small");
				Rounded("div.button_panel_inactive", "transparent", "#898989", "small");
				Rounded("div.button_wide_panel_inactive", "transparent", "#898989", "small");
				Rounded("div.button_panel_current", "transparent", "white", "small");
				Rounded("div.button_wide_panel_current", "transparent", "white", "small");

				RoundedInput("input.login_textbox", "transparent", "#f1f1f1", "small");
				RoundedInput("select.login_textbox", "transparent", "#f1f1f1", "small");		
				
				RoundedInput("input.button","transparent","#a9233e","small");
				RoundedInput("input.button_wide", "transparent", "#a9233e", "small");
				RoundedInput("input.button_center", "transparent", "#a9233e", "small");
				RoundedInput("input.button2","transparent","#898989","small");
				RoundedInput("input.button_wide2","transparent","#898989","small");
				RoundedInput("input.button3", "transparent", "white", "small");
				RoundedInput("input.button_wide3", "transparent", "white", "small");
				
				RoundedInputRight("input.button_right","transparent","#a9233e","small");
}
