@import "ui-lightness/jquery-ui-1.7.2.custom.css";

/*
 * Hides the closing "X" button in the jQuery UI dialog's title.
 */
.mcWidget_progressDialog .ui-dialog-titlebar-close {
	display: none;
}

#mcWidget_progressBarArea img {
	display: block;
	margin: auto;
	margin-top: 25px;
}

#mcWidget_mainArea .progressBar {
	position: relative;
	width: 75%;
	margin: auto;
	height: 18px;
}

#mcWidget_mainArea .progressBar .text {
	position: absolute;
	width: 100%;
	text-align: center;
}

.hideInfo{
	display:none;
}