#admin_remind {
	position: fixed;
	top: 0px;
	right: 0px;
	text-align: center;
	width: 180px;
	padding: 4px;
	border-left: 3px solid #FF6600;
	border-bottom: 3px solid #FF6600;
	background: #f98538;
	font-family: Verdana;
	font-size: 12px;
	color: #FFF;
}

#admin_remind a, #admin_remind a:visited {
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px dotted #FFF;
}

#admin_remind a:hover {
	color: #FFF;
	font-weight: bold;
	border-bottom: 0;
	text-decoration: underline;
}