﻿.pnlProcessing {
	background-color: #c3d7f4;
	background-image: url(../../Images/busyBG.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	border: solid 2px #395a83;
	color: #000;
	filter:alpha(opacity=85); -moz-opacity:0.85; opacity: 0.85;
	font-weight: bold;
	height: 65px;
	left:0px;
	padding: 8px;
	position: absolute;
	top: 0px;
	width: 300px;
	z-index: 90000;
}
	pnlProcessing .lbl {
		font-weight: bold;
	}

.pnlProcessingHid {
	display: none;
	margin-left: 410px;
	margin-top: 150px;
	position: absolute;
	z-index: 900;
}

.pnlProcessingAlert {
	background-color: #c3d7f4;
	/*background-image: url(../../Images/busyBG.jpg);*/
	background-position: bottom;
	background-repeat: repeat-x;
	border: solid 2px #395a83;
	color: #12127D;
	filter:alpha(opacity=95); -moz-opacity:0.95; opacity: 0.95;
	font-weight: bold;
	height: 75px;
	left: 430px;
	padding: 8px;
	position: absolute;
	top:190px;
	width: 200px;
	z-index: 90000;
	text-align:center;
}
	pnlProcessing .lbl {
		font-weight: bold;
	}

.pnlProcessingHid {
	display: none;
	margin-left: 410px;
	margin-top: 150px;
	position: absolute;
	z-index: 900;
}