


#dlgOvl {
	z-index: 1000;
	position: absolute;
	top: 0;
	left: 0;

	background-color: black;
	/* -moz-opacity: 0.4; */
	opacity: 0.4;
	width: 100%;
	height: 100%;
}

#dlgColl {
	z-index: 1001;
	position: absolute;
	top: 205px;
	left: 0;
	width: 100%;
	text-align: center;
}
#dlgColl .dlgCollCenter {
	margin: 0 auto;
	width: 100%;
}
#dlgColl .dlgCollFrame {
	border: 1px solid white;
}

.dlgOvlClose {
	width: 16px;
	height: 16px;
	text-align: center;
	font-weight: bold;
	float: right;
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: pointer;
}

.dlgOvlImg {
	border:solid 1px #ffffff;
}

.dlgOvlPrint {
	height: 16px;
	text-align: center;
	font-weight: bold;
	float: right;
	position: absolute;
	right: 30px;
	top: 5px;
	cursor: pointer;
}