#dock-outerbg {
	border-top: 1px solid #222222;
	border-left: 1px solid #222222;
	border-right: 1px solid #222222;
	opacity: 0.6;
	
	position: absolute;
	z-index: 100;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	padding-right: 2px;
	padding-bottom: 1px;
	-khtml-user-select: none;
}

#dock-innerbg {
	background-color: #DDDDDD;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	
	width: 100%;
	height: 100%;
	-khtml-user-select: none;
}

#dock-title {
	color: #000;
	font-size: 10pt;
	font-weight: bold;
	font-family: "Lucida Grande", Arial, sans-serif;
	text-shadow: 3px 3px 5px black;
	position: fixed;
	bottom: 0px;
	width: 200px;
	height: 20px;
	text-align: center;
}

#dock .icon {
	position: absolute;
	bottom: 8px;
	border-width: 0px;
	z-index: 101;
	-khtml-user-select: none;
}

#dock {
	position: fixed;
	bottom: 0px;
}

#dock img {
	height: 64px;
	width: 64px;
	border-width: 0px;
	z-index: 101;
}

