#ErrorMsgHolder, #NotificationHolder
{
	position: absolute;
	left: 150px;
	top: 60px;
	width: 330px;
	height: 220px;
	background-color: White;
	display: none;
	z-index: 10000;
	filter:alpha(opacity=95);
	-moz-opacity:.95;
	opacity:.95;
}
#ErrorMsgHolder
{
	border: 1px solid #cc0000;
}
#NotificationHolder
{
	border: 1px solid #000000;
}

#NoteCaption
{
	 background-color: #000000;
}
#ErrCaption
{
	 background-color: #cc0000;
}
#ErrCaption, #NoteCaption
{
	 color: White;
	 position: absolute;
	 left: 0;
	 top: 0;
	 height: 20px;
	 width: 314px;
	 padding: 2px 8px;
	 font-weight: bold;
}
#ErrClose, #NoteClose
{
	position: absolute;
	top: 3px;
	right: 10px;
	font-size: 8pt;
}
#ErrorMsg
{
	color: #cc0000
}
#ErrorMsg
{
	color: #000000
}

#ErrorMsg, #NoteMsg
{
	position: absolute;
	left:0;
	top:20px;
	padding: 8px;
}

.titlebar span.title { font-family: Arial; }

#veil
{
	position: absolute;
	left: 0;
	top: 0;
	width: 800px;
	height: 800px;
	background-color: #000;
	filter:alpha(opacity=30);
	-moz-opacity:.30;
	opacity:.30;
	z-index: 1999;
	display: none;
}

