#popupMask {
	position: absolute;
	z-index: 200;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=40);
	background-color: transparent !important;
	background-color: #333333;
	background-image: url("maskBG.png") !important;
	background-image: none;
	background-repeat: repeat;
	display: none;
}

#popupContainer {
	position: absolute;
	z-index: 201;
	top: 0px;
	left: 0px;
	display:none;
	padding: 0px;
}

#popupInner {
	border: 1px solid #505050;
	background-color: #EDEDED;
}

#popupContent {
	z-index: 202;
	padding: 10px;
	background: #EDEDED;
	border-left: 1px solid #DCDCDC;
	border-right: 1px solid #DCDCDC;
}

#popupTitleBar {
	color: #ffffff;
	font-weight: bold;
	height: 1.3em;
	padding: 0px;
	margin: 0;
	position: relative;
	z-index: 203;
	background: #EDEDED;
}

#popupTitle {
	float:left;
	font-size: 1.1em;
	background: #EDEDED;
}

#popupControls {
	float: right;
	cursor: pointer;
	background: #EDEDED;
}

#popCloseBox {
	position: absolute;
	top: 5px;
	right: 5px;
}

a:link#popCloseBox { text-decoration: none; }

.alert_progress {
	margin: auto;
	text-align: center;
	width: 100%;
	height: 32px;
}