/*
	This script re-establishes style rules in the jQuery-ui that are not CSS2.1 compliant

	Simply include this script when including the sms-jquery-ui.css to make it work.
*/
(function($){
	$(document).ready(function(){
		$("<style type='text/css'> .ui-widget-overlay { opacity: .30; filter: Alpha(Opacity=30); }</style>").appendTo("head");
	});
})(jQuery);
