@charset "UTF-8";
/* CSS Document */
*:focus { outline: none }
#ie-message {
	background:#C00;
	text-align:center;
	border-bottom:1px solid #900;
	color: #fff;
	position:fixed;
	top:0;
	left:0;
	padding:6px 0;
	width:100%;
	font-family:sans-serif;
	font-size:13px;
}
#ie-message a {
	color: #fff;
	text-decoration:underline;
	font-weight:bold;
}
#ie-message a:hover {
	background-color:transparent;
	text-decoration:none;
}
