#info
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 10px;
	font-family: Trebuchet MS, Verdana, sans-serif;
	background-color: #eee;
	border-bottom: solid 1px #ccc;
}

#binding
{
	position: absolute;
	padding: 0;
	left:26px;
	/*
	top: 0;
	margin-left: -253px;
	margin-top: -300px;*/
}

#message
{
	font-family: Trebuchet MS, Verdana, sans-serif;
}

.magnifier
{
	position: absolute;
	border: solid 1px #000;
	cursor: move;
	background-repeat: no-repeat;
	background-color: #fff;
	
}

.magnifierShadow
{
	position: absolute;
	background: transparent;
	padding: 0;
	margin: 0;
}

.magnifierController
{
	color: #999;
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 10pt;
}

.magnifierControllerContainer
{
	padding: 10px;
}

.magnifierControllerPrefix
{
	color: #111;
}

.magnifierControllerButton
{
	color: #666;
	cursor: pointer; cursor: hand;
	background-color: #eee;
	border: solid 1px #ddd;
	padding: 0px 4px 0px 4px;
	/*text-shadow: dimgray 0px 0px 3px;*/
}

.magnifierControllerButtonSelected
{
	background-color: #ccc;
	border: solid 1px #aaa;
	color: #333;
	font-weight: bold;
	cursor: pointer; cursor: hand;
	padding: 0px 4px 0px 4px;
	/*text-shadow: dimgray 0px 0px 3px;*/
}