.modalProgress
{
	background-color:#ffffff;
	filter:alpha(opacity=0);
	opacity:0; 
}

.modalBackground
{
	background-color:#333333;
	filter:alpha(opacity=70);
	opacity:0.7;   
}

.modalError
{
	background-color:#ffcccc;
	filter:alpha(opacity=70);
	opacity:0.7;   
}

.modal
{
	width: 500px;
	height: 550px;
	border: 1px solid Gray;
	background-color:#ffffff;
	position:absolute;
}

.ErrorModal
{
	width: 450px;
	height: 500px;
	border:1px solid Gray;
	background-color:#ffffff;
	position:absolute;
}

.modalWindowBar
{
	height: 22px;
	padding: 3px;
	text-align:right;
	border-bottom: solid 1px #808080;
	background: url('../Images/ModalBar.png') repeat;
	overflow: hidden;
}
.modalWindowBar input
{
	margin: 0px;
	padding: 0px;
}
.modalIframe
{
	width: 500px;
	height: 550px;
}

.ErrorMessageSection
{
}

.ErrorBar
{
	height: 29px;
	background: url('../Images/Error/Background.png');
}

.ErrorBarText
{
	width:300px;
	height: 29px;
	line-height: 29px;
	padding: 0px 0px 0px 50px;
	text-align: center;
	float:left;
	font-weight: bold;	
	font-family: Arial;
	font-size: 12px;
	color: White;
}
.ErrorBarButton
{
	padding: 2px 3px 0px 0px;
	width:24px;
	float:right;
}
.ErrorMessage
{
	padding: 5px;
	overflow-y: auto;
	overflow-x: hidden;
}
.ErrorCloseButton
{
	width: 24px;
}
.ErrorIconInfo, .ErrorIconMessage
{
	float: left;
	width: 32px;
	height: 32px;
	margin: 0px 5px 5px 0px;
}
.ErrorIconInfo
{
	background: url('../Images/Error/Delete.gif');
}
.ErrorIconMessage
{
	background: url('../Images/Error/Information.gif');
}
