#hotrect {
	position: absolute;
	border: 1px solid #27a;
	z-index: 100;
	display: none;
	filter: Alpha(Opacity = 0);
	MozOpacity: 0;
	left: 0px;
	top: 0px
}

#popLayer {
	position: absolute;
	z-index: 1000;
	left: 0px;
	top: 0px;
	line-height: 16px;
	background-color: white;
	border: 1px #666 solid;
	font: 11px Verdana;
	padding: 4px 8px;
	filter: Alpha(Opacity = 0);
	MozOpacity: 0;
	display: none
}

#mask {
	z-index: 9999;
	position: absolute;
	background: #666;
	height: 1000px;
	width: 100%;
	top: 0px;
	left: 0px;
	filter: alpha(Opacity = 40);
	-moz-opacity: 0.4;
	opacity: 0.4;
	display: none
}

#pop {
	z-index: 10000;
	position: fixed !important;
	position: absolute;
	background: #fff;
	padding: 1px;
	width: 500px;
	display: none;
	top: 0px;
	left: 0px;
	overflow: hidden
}

#pop #pop_bar {
	background: #6F90A5;
	height: 24px;
	width: auto;
	font-weight: bold;
	padding-left: 10px
}

#pop #pop_bar img {
	float: right;
	margin: 5px;
	cursor: pointer
}

#pop #pop_text {
	margin: 5px;
	padding: 0px;
	overflow: hidden
}

#pop #pop_text .input {
	margin: 0px;
	border: 1px solid #6B8FBB;
	overflow: hidden;
}