div#outdated_browser {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 50px;
	background-color: #000;
	color: #fff;
	width: 100%;
	padding: 5px 0px 0px 10px;
	border-bottom: 1px solid #808390;
}

div#outdated_browser img {
	float: left;
}

div#outdated_browser p {
	font-size: 15px;
	font-weight: bold;
	margin: 10px 5px 0px 15px;
	float: left;
	width: 90%;
	text-align: left;
}
