div.unsupport {
	position: absolute;
	background-color: #F0E68C;
	color: #000000;
	z-index: 100;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
	border: 3px solid #ff0000;
	margin: 0 auto;
	text-align: center;
	width: 910px;
	left: 50%;
	margin-left: -455px;
	top: 10px;
	display: none;
}

div.unsupport a {
	font-size: 14px;
	font-weight: bold;
	color: #BA0101;
	text-decoration: underline;
}

div.unsupport a:hover {
	text-decoration: none;
}