#trace
{
	position:absolute; 
	top:0; 
	right:0; 
	width:250px; 
	height:400px;
	padding:10px; 
	overflow:auto; 
	background-color:#F3F3F3;
	font-family:"Lucida Console", Tahoma, Verdana;
	font-size:10px;
	color:#333333;
	display:none;
}

#trace input
{
	background-color:#F3F3F3;
	color:#F3F3F3;
	font-size:1px;
	border:0px;
}
