.browserCheck {
	position: fixed;
	top: 0px;
	left: 0px;
	margin: -30px -5px 0px -5px;
	padding: 5px;
	width: 100%;
	height: 20px;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	font-size: 14px;
	background-color: #000000;
	border: 0px;
}
.browserCheck a,
.browserCheck a:hover,
.browserCheck a:link,
.browserCheck a:visited,
.browserCheck a:active {
	color: inherit;
	font-size: inherit;
	text-decoration: none;
}
.browserCheckLink {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: -5px;
	z-index: 1000;
}