@CHARSET "UTF-8";

.zoomtip {
	cursor: pointer;
	color: #ffffff;
	background-color: #000000;
	padding: 2px;
	text-decoration: none;
	font-size: 9px;
}

.zoomtipicon {
	cursor: pointer;
	width: 32px;
	height: 32px;
	background-image: url('magnifier.png');
	background-repeat: no-repeat;
}