#window_server_error{
	position:fixed;
	top:0px;
	left:0px;
	background-color:#000;
	-moz-opacity:.70; 
	filter:alpha(opacity=70);
	opacity:.70;
	z-index:500;
}

#window_server_error_message{
	position:fixed;
	z-index:501;
	color:#fff;
	width:500px;
	font-size: 30px;
	line-height:40px;
	letter-spacing:2px;
	font-family: 'LibelSuit', sans-serif;
	text-transform:uppercase;
	padding:10px;
	background-color:#000;
	border: 1px solid #999;
}
