div#webdock_background {
	margin: 0px;
	padding: 0px;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
	width: 300px;
	height: 100%;
	z-index: 10;
	position: fixed!important;
	position/**/:  absolute;
	top: 0;
	left: -300px;
	background-color: #000000;
	font-size: 12px;
	text-align: center;
	_top: expression(document.documentElement && document.documentElement.scrollTop  || document.body && body.scrollTop  || 0 + 0 + 'px');
}
div#webdock_body {
	margin: 0px;
	padding: 20px;
	width: 260px!important;
	width/**/: 300px;
	z-index: 20;
	position: fixed!important;
	position/**/:  absolute;
	overflow: hidden;
	top: 0;
	left: -300px;
	font-size: 12px;
	color: #666666;
	text-align: left;
	_top: expression(document.documentElement && document.documentElement.scrollTop  || document.body && body.scrollTop  || 0 + 0 + 'px');
}
.webdock_documents {
	display: none;
}
.webdock_click {
	cursor: pointer;
}
.webdock_closed {
	cursor: pointer;
	text-align: right;
	padding: 0px;
	margin: 0px;
}