Uwd.System.Register = function(config){
	if (!config) {
		config = {
			html: 'not supported yet',
			style: 'padding: 5px; background-color:#FFFFFF;',
			border: false
			
		};	
	}
	Uwd.System.Register.superclass.constructor.call(this, config);
};

Ext.extend(Uwd.System.Register, Ext.Panel, {
});

