#loupe {
	position: absolute;
	top: 190px;
	right: 3px;
	display: block;
	width: 80px;
	height: 16px;
	z-index: 1000;
	font-size:14px;
	padding-left: 8px;
	border: 1px solid #023D71;
	padding-bottom: 3px;
}

#loupe span {
	font-size:10px;
}

#loupe a {
	width: 30px;
	height: 20px;
	line-height:20px;
	margin-right: 3px;
	text-align:center;
	text-decoration:none;
}

#loupe a:hover {
	text-decoration:underline;
}
