#Console { 
	position: absolute; 
	left: 10px; 
	top: 10px; 
	padding: 0px; 
	z-index: 902; 
	width: 200px; 
	text-align: left;
	cursor: move; 
}

#ConsoleToolbar {
	height: 20px; 
	background-color: #c6dfff;
	background-image: url(/cmsroot/resources/shared/images/toolbg.gif); 
	border: #848484 1px solid; 
}

#ConsoleOptions {
	display: block;
	background-color: white;
	border-left: #848484 1px solid;
	border-right: #848484 1px solid;
	border-bottom: #848484 1px solid;
	cursor: hand;
}
