#log {
	position: absolute;
	top: 0;
	left: 0;
	background: #eed;
	border-bottom: 2px solid #999;
	width: 100%;
	z-index: 500;
	font-family: "Courier New", courier;
}

#log div.container {
	height: 100px;
	overflow-y: scroll;
	text-align: left; 
	color: #555;
}

#log div.bar {
	background: #ddd;
	height: 20px;
	color: #555;
}

#log ol{
	margin: 4px;
	padding: 0;
}
#log li {
	margin: 0 40px;
	padding: 0;
	list-style: decimal;
}
#log span.logclose
{
	position: absolute; 
	right: 4px;
	cursor: pointer;
}