#errorDiv{
	font-size:12px;
	display:none;
	right:0;
	bottom:0;
	width:30%;
	height:30%;
	line-height:1.5em;
	color:red;
	position:fixed;
	_position:absolute;
	z-index:1; 
	background-color: whitesmoke;
	overflow: auto;
	top:expression(eval(document.compatMode &&
	 document.compatMode=='CSS1Compat') ?
	 documentElement.scrollTop
	 +(documentElement.clientHeight-this.clientHeight) - 1
	 : document.body.scrollTop
	 +(document.body.clientHeight-this.clientHeight) - 1);
}
