div#webdock_background {
	margin: 0px;
	padding: 0px;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	-webkit-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
	width: 420px;
	height: 100%;
	z-index: 1000000001;
	position: fixed!important;
	position/**/:  absolute;
	top: 0;
	left: -405px;
	background-image: url(../images/web-dock_background.png);
	_background-image: url(../images/web-dock_background.gif);
	background-position: left center;
	font-size: 12px;
	cursor: pointer;
	text-align: center;
	_top: expression(document.documentElement && document.documentElement.scrollTop  || document.body && body.scrollTop  || 0 + 0 + 'px');
}
div#webdock_inner {
	padding: 40px 15px 0px 15px;
}
div#webdock_body {
	margin: 0px;
	width: 380px!important;
	width/**/: 400px;
	z-index: 1000000002;
	position: fixed!important;
	position/**/:  absolute;
	overflow: hidden;
	top: 0;
	left: -410px;
	font-size: 10px;
	color: #006600;
	text-align: left;
	cursor: pointer;
	_top: expression(document.documentElement && document.documentElement.scrollTop  || document.body && body.scrollTop  || 0 + 0 + 'px');
	background-image: url(../images/droparea.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.webdock_documents {
	display: none;
}
.webdock_click {
	cursor: pointer;
}
.webdock_closed {
	cursor: pointer;
	text-align: right;
	padding: 0px;
	margin: 0px;
}