﻿#TraceBox,
#DesignTester_Link,
#DesignTester_Img,
#DesignTester_Measure {
	font-size: 10px;
	line-height: 0.9;
	color: #f00;
	font-family: Consolas, Verdana, Arial;
}



#TraceBox {
	opacity: .9;
	filter: alpha(opacity=90);
	position: fixed;
	z-index: 9999999999;
	top: 0;
	font-size: 11px;
	color: #f00;
	background: #fff;
}

#TraceBox span {
	display: block;
	position: relative;
}

#TraceBox em {
	opacity: .7;
	filter: alpha(opacity=70);
}




#TesterButtonHolder {
	position: absolute;
	z-index: 1002;
	right: 0;
	top: 0;
	width: 80px;
}



#FormTester_Link {
	cursor: pointer;
	float: right;
	opacity: .5;
	filter: alpha(opacity=50);
	padding: 7px 7px;
	text-align: center;
	font-size: 10px;
	line-height: 0.9;
	color: #f00;
	font-weight: bold;
	font-family: Consolas, Verdana, Arial;
	background: #fff;
}



#DesignTester_Link {
	cursor: pointer;
	float: right;
	opacity: .5;
	filter: alpha(opacity=50);
	padding: 7px 7px;
	text-align: center;
	font-size: 10px;
	line-height: 0.9;
	color: #f00;
	font-weight: bold;
	font-family: Consolas, Verdana, Arial;
	background: #fff;
}

#DesignTester_Img {
	cursor: move;
	display: none;
	position: absolute;
	z-index: 1000;
	opacity:.5;
	filter: alpha(opacity=50);
}

#DesignTester_Measure {
	display: none;
	position: absolute;
	z-index: 1001;
	right: 0;
	top: 32px;
	opacity: .9;
	filter: alpha(opacity=90);
	width: 50px;
	padding: 7px 7px;
	font-size: 10px;
	color: #f00;
	font-family: Consolas, Verdana, Arial;
	background: #fff;
}

#DesignTester_Measure_Reset {
	cursor: pointer;
}

