#engine {
    display: block;
}
#error {
	display: block;
	width: 380px;
	height: 500px;
	top: 20px;
	left: 20px;
	position: absolute;
	background-color: #666666;
    filter:alpha(opacity=90);
    -moz-opacity:.90;
    opacity:.90;
    color: white;
    overflow: hidden;
    z-index: 1119;
    margin: 0px;
    padding: 0px;
}
.error {
	font-family: 'Lucida Console';
	font-size: 1em;
	color: #dd5555;
	line-height: 1.3em;
	padding: 5px 0 5px 5px;
}
.notice {
	font-family: 'Lucida Console';
	font-size: 1em;
	color: yellow;
	line-height: 1.3em;
	padding: 5px 0 5px 5px;
}
.gecko a.no_link {
	text-decoration: none !important;
}