@CHARSET "UTF-8";

.no-close .ui-dialog-titlebar-close {
	display: none;
}

div.progressDialog > div.progress {
	margin-top: 17px;
	height: 30px;
	//position: relative;
}

.ui-progressbar .ui-progressbar-value {
	margin: 0 !important;
}

div.progressDialog > div.progress > div.progress-label {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 5px;
	font-weight: bold;
}

div.progressDialog > div.progress > div.ui-progressbar-value > div.ui-progressbar-overlay {
	width: 100%;
	position: absolute;
}