#dockContainer {
	width:100%;
}
#popupContainer {
	position:relative;
	height:35px;;
	margin-bottom:40px;
	clear:left;
	left:50px;
}
#outputSoftName {
	position:absolute;
	z-index: 100;
	width:175px;/*149px;*/
	height:63px;/*39px;*/
	background-image:url(/images/bubble2.png);
	background-repeat:no-repeat;
	text-align:center;
	font-weight:bold;
	display:none;
	padding-top:16px;
	color:black;
}
#dock {
	background-image:url(/images/dock/dock.jpg);
	background-repeat:no-repeat;
	height:69px;
	text-align:center;
	position:relative;
	width:810px;
	margin:80px auto 0;
}
#dock img {padding:0;}
.special {
	color:white;
}
