var prepareOnLoad = function () {
    roundClass(null, 'highlight', {'bgColor':Color.whiteColor()});
    roundClass(null, 'form', {'bgColor':Color.whiteColor()});
};

