/* Overrides for jQuery-ui.css */

.ui-widget-overlay {
	background: #000;
	opacity: 0.5;
	filter: Alpha(Opacity=50);
}

div.progressbar {
	margin: 10px auto;
	width: 200px;
	height: 15px;
	border: 1px solid #aaa;
}

div.progress {
	margin: 0;
	width: 1px;
	height: 15px;
	background-color: #ccc;
	display: none;
}
