#error-fatal {
	position: fixed;
	bottom: 10px;
	right: 0px;
	margin: 4px;
	padding: 4px;
	background-color: #900;
	color: white;
	border-style: solid;
	border-width:3px;
}

#errordisplay {
	position: fixed;
	bottom: 10px;
	left: 0px;
	margin: 4px;
	padding: 4px;
	background-color: white;
	color: #900;
	border-style: solid;
	border-width:3px;
	border-color: white;
}

.fldname
{
	color: #779;
	font-size: smaller;
}