/* Overlay */
#modalOverlay {
	background-color: #000;
	cursor: wait;
}

/* Container */
#modalContainer {
	width: 300px;
	height: 300px;
	left: 55%;
	top: 30%;
	margin-left: -300px;
}

#modalContainer a.modalCloseImg {
	background: url(../images/progressbar/new/x.gif) top left no-repeat;
	width: 25px;
	height: 29px;
	display: inline;
	z-index: 3200;
	position: absolute;
	top: -8px;
	right: -15px;
	cursor: pointer;
}

#modalContainer #basicModalContent {
	padding: 8px;
}

#modalContainer #progressWin {
	margin: auto;
	text-align: center;
	top: auto;
	width: 300px;
	height: 300px;
}

#modalContainer #progressWin #progressGif {
	height: 60%;
	position: relative;
	width: 300px;
}

#modalContainer #progressWin #progressMsg {
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	left: 30px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 62px;
	position: absolute;
	text-align: center;
	top: 25px;
	z-index: 999;
}

#modalContainer #progressWin #top {
	height: 18px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 300px;
}

#modalContainer #progressWin #down {
	height: 110px;
	left: 0px;
	position: absolute;
	top: 18px;
	width: 300px;
}

#modalContainer #progressWin #bottom {
	height: 21px;
	left: 0px;
	position: absolute;
	top: 128px;
	width: 300px;
	z-index: 999;
}

#modalContainer #progressWin #down #progressPlsWait {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	left: 30%;
	position: absolute;
	top: 3%;
	z-index: 9999;
}
