﻿.topDLBar {
	display: none;
	position: fixed;
	height: 43px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	z-index: 100;
	top: 0;
	left: 0;
	overflow: hidden;
	float: none;
}
.topDLBarCenter {
	display: block;
	height: 41px;
	width: 1133px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	background-image: url('dlbar.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	float: none;
	text-decoration: none !important;

}
.topDownloadButton {
	display: block;
	float: left;
	margin-top: 0;
	margin-left: 0;
	width: 215px;
	height: 28px;
	background-color: transparent;
	cursor: pointer;
	padding-left: 41px;
	text-align: center;
	font-size: 22px;
	color: #fff;
	text-decoration: none;
	padding-top: 5px;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica;
	font-weight: bold;
	text-decoration: none !important;
}
.topDownloadComment {
	float: left;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica;
	padding-left: 30px;
	padding-top: 5px;
	font-size: 22px;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none !important;
}
