#post {
	position: absolute;
	display: none;
	top: 0px;
	right: 14px;
	background-color: #FFE8C8;
	width: 250px;
	height: 80px;
	padding: 10px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	font-size: 11px;
	line-height: 14px;
}
#text_link {
	margin-top: 5px;
}
#post textarea {
	margin-top: 5px;
	overflow: auto;
	font-size: 11px;
	line-height: 14px;
	FONT-FAMILY: Verdana;
	width: 230px;
	height: 40px;
}
div.panel {
	float: right;
	font-size: 11px;
	line-height: 14px;
	margin-right: 5px;
}
.panel img {
	vertical-align: middle;
	margin-right: 5px;
	margin-left: 10px;
}
.panel a {

}
.panel a:hover {

}
#area3 {
	background: #ccc;
	height: 300px;
	width: 20px;
}
#knob3 {
	height: 20px;
	width: 20px;
	background: #000;
}
#zoom_top {
	width: 19px;
	height: 19px;
	background: url(/pics/zoom_top.gif) no-repeat top left;
}
#zoom_bottom {
	width: 19px;
	height: 19px;
	background: url(/pics/zoom_bootom.gif) no-repeat top left;
}
#zoom_center {
	width: 19px;
	height: 56px;
	background: url(/pics/zoom_center.gif) no-repeat top left;
}
#zoom {
	width: 19px;
	height: 11px;
	margin-top: 6px;
	background: url(/pics/zoom.gif) no-repeat top left;
	cursor: pointer;
	cursor: hand;
}
div.met {
	position: absolute;
	width: 200px;
	height: 114px;
	z-index: 2000;
}
div.metbg {
	position: relative;
	width: 200px;
	height: 114px;
	font-size: 11px;
	line-height: 13px;
	cursor: pointer;
	cursor: hand;
	z-index: 10000;
}
div.anrybg {
	width: 200px;
	height: 114px;
	background: url(/pics/met.png) no-repeat top left;
	background: expression('none');	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/pics/met.png', sizingMethod='scale');
}
div.metbgsmall {
	position: relative;
	top: 54px;
	width: 60px;
	height: 60px;
	background: url(/pics/metsmall.png) no-repeat top left;
	background: expression('none');	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/pics/metsmall.png', sizingMethod='scale');
	cursor: pointer;
	cursor: hand; 
	z-index: 10000;
}
.met h1 {
	padding: 10px 25px 5px 10px;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	margin: 0px;
}
.met p {
	font-size: 11px;
	line-height: 13px;
	position: relative;
	padding: 0 45px 9px 10px;
	margin: 0px;
}
.met a {
	color: #00f;
	text-decoration: underline;
}
.met a:hover {
	color: #00f;
	text-decoration: none;
}
div#frame {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 0px;
	height: 800px;
	overflow: hidden;
	z-index: 0;
}
#frame img {
	position: absolute;
	margin: 0px;
	padding: 0px;
	width: 200px;
	height: 200px;
	-moz-user-select: none;
	cursor: url(/pics/grab.cur);
}
#frameinsite {
	position: relative;
	left: -100px;
	top: -100px;
	width: 1200px;
	height: 1200px;
	z-index: 1;
}
#frameinsite1 {
	position: relative;
	left: 0px;
	top: 0px;
	width: 1200px;
	height: 1200px;
	z-index: 1;
}
div#close {
	position: absolute;
	width: 17px;
	height: 17px;
	right: 71px;
	top: 7px;
}
#close img {
	width: 17px;
	height: 17px;
	cursor: pointer;
	cursor: hand; 
}