
/* same tags as CSS */

RUZEE.Borders.add({
  '.gradientTop': { borderType: 'simple', cornerRadius: 10, edges: 'lrt' },
  '.gradientBottom': { borderType: 'simple', cornerRadius: 10, edges: 'lrb' },
  '.curves': { borderType:'simple', cornerRadius:10 },
  '.curvesShadow, .industry, .application, .machine': { borderType:'shadow', cornerRadius:10, shadowWidth:3 }});

window.onload=function(){//   var t=new Date().getTime();  RUZEE.Borders.render();//   alert('took ' + (new Date().getTime()-t) + ' ms');};
