div.console_error{
	border: 1px solid rgb(220,0,0);
	background-color: rgb(255,200,200);
	position: absolute;
	left: 0px;
	top: 0px;
	width: 950px;
	color: rgb(220,0,0);
	padding: 2px 10px 2px 10px;
	display: none;
}
div.console_message{
	border: 1px solid rgb(100,100,255);
	background-color: rgb(200,220,255);
	position: absolute;
	left: 0px;
	top: 0px;
	width: 950px;
	color: rgb(100,100,255);
	padding: 2px 10px 2px 10px;
	display: none;
}
div.console_success{
	border: 1px solid rgb(0,150,0);
	background-color: rgb(200,255,200);
	position: absolute;
	left: 0px;
	top: 0px;
	width: 950px;
	color: rgb(0,150,0);
	padding: 2px 10px 2px 10px;
	display: none;
}