body {
	margin:0;
	padding:0;	
}

label { 
	display:block;
	float:left;
	width: 5%;
	clear:left; 
}


#terminal {
	padding:10px; 
	margin:100px auto; 
	color:#fff;
	width: 600px;
}
#terminal, #terminal .sb-inner { background:#222 url(../js/shadedborder/grad2.png) repeat-x; }

#terminal #resp {
	height: 300px; overflow: auto;
	background-color:#222;
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	border:0px;
	margin:10px;
	padding:5px;
}

#terminal .myinput {
	width: 90%;
	background-color: #222;
	border:0px;
	color: #fff000;
	font-size: 10px;
	font-family: "Courier New", Courier, monospace;
}


/**
 HELP WINDOW
**/
#helpWindow.yui-panel { 
	background-color:transparent; 
}

#helpWindow .bd {
	overflow:auto;
	background-color:#FFF;
	font-size: 10px;
	font-family:"Arial Narrow";
}

#helpWindow.yui-panel .hd {
	background-color: #000099;
}

