div.debugConsole {

	width: 100%;
	height: 300px;
	color: #0F0;
	background-color: #000;
	
	opacity: .6;
	filter: alpha(opacity=60);
	position: absolute;
	top:0;
	left: 0;
	z-index: 999;
	overflow: hidden;	 
	text-align: left !important;
}

div.debugConsoleBody {
	height: 275px;
	font-weight: bolder;
	font-size: .9em;
	overflow: scroll;
	font-family	: tahoma,verdana,sans-serif;
}

input.consoleCmd {
	color: #0F0;
	background-color: #000;
	border: 1px solid #0F0;
	width: 99%;
	margin: 2px;
	font-weight: bolder;
	font-size: 1em;
	font-family	: tahoma,verdana,sans-serif;
}