#bgDiv
{
	background: rgb(119, 119, 119) none repeat scroll 0% 0%;
	position: absolute;
	top: 0pt;
	-moz-background-clip: -moz-initial;
	-moz-background-origin: -moz-initial;
	-moz-background-inline-policy: -moz-initial;
	opacity: 0.6;
	left: 0pt;
	width: 1264px;
	height: 800px;
	z-index: 10000;
}

#msgDiv
{
	background: white none repeat scroll 0% 0%;
	-moz-background-clip: -moz-initial;
	-moz-background-origin: -moz-initial;
	-moz-background-inline-policy: -moz-initial;
	/* position: absolute;
	left:5px;
	top:5px; */
	/*
	left: 50%;
	top: 50%;
	*/
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 12px;
	/*line-height: 25px;*/
	font-size-adjust: none;
	font-stretch: normal;
	-x-system-font: none;
	/*
	margin-left: -225px;
	margin-top: -75px;
	*/
	width: 250px;
	height: 260px;
	text-align: left;
	z-index: 10001;
}

.msgTitle
{
	/*border: 1px solid rgb(51, 102, 153);*/
	margin: 0pt;
	padding: 3px;
	background: white none repeat scroll 0% 0%;
	-moz-background-clip: -moz-initial;
	-moz-background-origin: -moz-initial;
	-moz-background-inline-policy: -moz-initial;
	opacity: 0.75;
	height: 18px;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	-x-system-font: none;
	color: black;
	cursor: pointer;
}

.msgTxt
{
	margin: 1em 0pt;
}



/* Process Popup */

#bgProcessDiv
{
	background: rgb(119, 119, 119) none repeat scroll 0% 0%;
	position: absolute;
	top: 0pt;
	-moz-background-clip: -moz-initial;
	-moz-background-origin: -moz-initial;
	-moz-background-inline-policy: -moz-initial;
	opacity: 0.2;
	left: 0pt;
	width: 1264px;
	height: 800px;
	z-index: 10007;
}

#msgProcessDiv
{
	border: 1px solid rgb(51, 102, 153);
	background: white none repeat scroll 0% 0%;
	-moz-background-clip: -moz-initial;
	-moz-background-origin: -moz-initial;
	-moz-background-inline-policy: -moz-initial;
	position: absolute;
	left:75px;
	top:105px;
	
	/*
	left: 50%;
	top: 50%;
	*/
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 25px;
	font-size-adjust: none;
	font-stretch: normal;
	-x-system-font: none;
	/*
	margin-left: -225px;
	margin-top: -75px;
	*/
	width: 140px;
	height: 90px;
	text-align: center;
	z-index: 10013;
}


/* Loading Popup */

#bgLoadingDiv
{
	background: rgb(119, 119, 119) none repeat scroll 0% 0%;
	position: absolute;
	top: 0pt;
	-moz-background-clip: -moz-initial;
	-moz-background-origin: -moz-initial;
	-moz-background-inline-policy: -moz-initial;
	opacity: 1;
	left: 0pt;
	width: 1264px;
	height: 800px;
	z-index: 10017;
}

#msgLoadingDiv
{
	border: 1px solid rgb(51, 102, 153);
	background: white none repeat scroll 0% 0%;
	-moz-background-clip: -moz-initial;
	-moz-background-origin: -moz-initial;
	-moz-background-inline-policy: -moz-initial;
	position: absolute;
	left:75px;
	top:105px;
	
	/*
	left: 50%;
	top: 50%;
	*/
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 25px;
	font-size-adjust: none;
	font-stretch: normal;
	-x-system-font: none;
	/*
	margin-left: -225px;
	margin-top: -75px;
	*/
	width: 140px;
	height: 90px;
	text-align: center;
	z-index: 10021;
}

