RUZEE.Borders.add({
  '.box-blue': { borderType:'simple', cornerRadius:5 },
  '.box-grey': { borderType:'simple', cornerRadius:5 },
  '.box-silver': { borderType:'simple', cornerRadius:5 }
});
window.onload=function(){
  RUZEE.Borders.render();
};
