#overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #000; 
	opacity: 0.85;
	-moz-opacity: 0.85;
	filter:alpha(opacity=85);
	display: none;
  	z-index: 998;
}

#flashContainer {
	position: fixed;
	height: 0px;
	width: 100%;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	z-index: 999;
	text-align: center;
}

#flashcontent {
	display: none;
}

* html #overlay { 
	height: expression(document.getElementById("overlay").offsetHeight); 
}

#flash_error_title_bar {
	padding: 5px;
	margin:5px 20px 5px 20px;
	height:20px;
}

#flash_error_title {
	color:white;
	float:left;
}

#flash_error_close {
	color:rgb(37,127,186);
	float:right;
}

#flash_error_container {
	display: none;
	position: absolute;
	background-color: rgb(51, 51, 51);
	top: 130px;
	width:500px;
	margin-bottom: 18px;
	border-bottom: 1px solid #333333;
	z-index: 999;
}

#flash_error_content {
	margin:5px 20px 20px 20px;
	padding:10px;
	background-color: rgb(65,65,65);
	border-color: rgb(63,63,63);
	border-style:solid double;
	color:white;
	text-align:center;
}

#flash_error_content a {
	color:rgb(37,127,186);
	text-decoration:none;
}