*{margin:0;padding:0}
body{
}
#box{

}
.wrap,
#code,
#output{
	background:#000;
	overflow-y:scroll;
	overflow-x:hidden;
	height:350px;
	padding:5px;
}
#code,
#output{
	border:0;
	width:100%;
	height:1600px;
	line-height:170%;
	overflow:hidden;
	color:#0f0;
	font-family: monospace, sans-serif;
	font-size:12px;
}
#output{
	color:#eee;
}
#console{
	height:200px;
}
#toolbar{
	width:100%;
	float:left;
	background:#ccc;
}
#toolbar input{
	height:24px;
	line-height:24px;
	border:0;
	border-right:1px solid #666;
	cursor:pointer;
	background:none;
	font-size:12px;
	margin:0 1px 0 0;
	padding:0 5px;
	float:left;
}
#example{
	display:none;
}

