

#log
{
	position: absolute;
	top: 0;
	right:0;
	border:1px solid black;
	margin: 0;
	padding: 2px;
	background-color: white;
	width: 400px;
	height: 400px;
	overflow-y: scroll;
}

#log *
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#log, #log ul
{
	list-style: none;
}

#log h1
{
	background-color: black;
	border: 1px solid black;
	color: white;
	padding: 10px;	
	margin: 1px 0;
}

#log h2
{
	background-color: white;
	border: 1px solid black;
	color: black;
	padding: 10px;	
	margin: 1px 0;
}

#log table
{
	border: 1px solid black;
	padding: 1px;
	width: 100%;
}

#log table tr
{
	border: 1px solid white;
	
	background-color: #c9c9c9;
}

#log table tr.error
{
	border: 1px solid black;
	background-color: black;
}
#log table tr.error td
{
	color: white;
}

#log table tr td
{
	padding: 2px 5px;
}

















