	$("#widget_title").text(omshare_title);
	$("#widget_header").css('background-color',omshare_title_background);
	$("#widget_footer").css('background-color',omshare_footer_background);
	
	$("#widget_title").css('font',omshare_heading_font);
	$("#widget_title").css('border','1px solid '+omshare_title_background);
	$("#widget_title").css('font-weight','bold');

	$("#widget_powerdby").css('font',omshare_text_font);
	$("#widget_powerdby").css('border','1px solid '+omshare_footer_background);
