/* REGISTER */
.register-box {
	height: 28px;
}
a#register-alert, a:link#register-alert, a#active.register-alert, a:hover#register-alert { 
	background-color: #fdf6c2; 
	position: fixed; 
	display: block;
	font-size: 12px;
	font-weight: bold;
	top: 0px;
	left: 0px; 
	z-index: 100; 
	border-bottom: 2px solid #000; 
	width: 100%;
	height: 16px;
	color: #000; 
	margin: 0px;
	text-decoration:none;
	padding-top: 5px;
	padding-bottom: 5px;
	text-indent: 26px;
	background-image: url(info.png);
	background-repeat: no-repeat;
	background-position: 6px;
}
a:hover#register-alert { 
	background-color: #14141e;
	color:#fff; 
}
