window.onload=function(){
if(!NiftyCheck())
    return;
Rounded("div#content","all","#EAEAEA","#FFF","smooth");
Rounded("div#login","bottom","#FFFFFF","#FF8700","smooth");
Rounded("div#shortcut","bottom","#FFFFFF","#C1F5A8","smooth");
Rounded("div#bannerside","all","#fff","#ddd","smooth");
Rounded("div#pullcontent","bottom","#FFFFFF","#F6D05A","smooth");
Rounded("div#submenu","all","transparent","#FFFFFF","smooth border #c0c0c0");
Rounded("div#formarea","all","#D2D2D2","#EAEAEA","smooth");
Rounded("div#inputdata","all","#D2D2D2","#EAEAEA","smooth");
Rounded("div#boxwarning","all","#FFFFFF","#CC6600","smooth");
}