/** message-box in front of normal text */
.fadegray, #fadegray{
	
	background-color:#FFFFFF;
	position: absolute;
	left: 0px;
	top: 0px;
	height:100%; 
	width:100%;
	z-index:10;
	filter:alpha(opacity=80);
	opacity:0.8; 
	-moz-opacity:0.8;
}

/** message-box in front of normal text */
.fadegray2{
	background: url("../img/grayfilter2.gif");
	position: absolute;
	left: 0px;
	top: 0px;
	height:100%; 
	width:100%;
	z-index:9;
}

#msgbox{
	z-index:11;
	position:absolute;
	top: 20px;
	border-spacing: 0px;
	border-collapse: collapse;
}

#msgcontent{
	/*padding:1em;*/
	background:white;
	border:2px solid black;
}
