    RUZEE.Borders.add({
      ".info" : { borderType:'simple', cornerRadius:5}
    });

    // perform the rendering when the document has been loaded completely
    window.onload=function(){
      RUZEE.Borders.render();
    };