.logContainer{
	position:absolute;
	z-index:120;	
	visibility:hidden;							
}
.controlPanel{
	/* fixed width */
	border: 1px solid #3B5A82;	
	border-right:0px;
	width:26px;
	float:left;
	background: url(logbg.gif) center;		
	cursor:pointer;
}
.controlButton{
	cursor:pointer;
	width:22px;
	height:19px;	
}
.controlButton.dimensions{
	height:18px;	
}
.controlButton.dimensions.taller{
	background: url(taller.gif) no-repeat right center;	
}
.controlButton.dimensions.shorter{
	background: url(shorter.gif) no-repeat right center;	
}
.controlButton.hide{		
	background: url(hide.gif) no-repeat right center;			
}		
.controlButton.show{		
	background: url(show.gif) no-repeat right center;			
}	
.controlButton.clear{		
	background: url(eraser.gif) no-repeat right center;		
}	
/* optional
.controlButton.grabber{		
	background: url(grabber.gif) no-repeat right center;			
}	
.controlButton.clipboard{		
	background: url(clipboard.gif) no-repeat right center;			
}	
*/		
.log{
	font-weight:bold;
	color:blue;
}				
.uiLog{	
	border: 1px solid #3B5A82;	
	border-left:0px;
	float:left;
	overflow:auto;
	font-size:11px; 
	color:#666666;
	background-color:#FDFDFD;
	font-family:arial,sans-serif;	
}
button{
	float:left;
	clear:left;
	cursor:pointer;
	width:320px;
	text-align:left;
	margin-bottom:6px;
	font-weight:bold;
	padding:1px;
	padding-left:3px;
	background-color:skyblue;
}