@CHARSET "UTF-8";

.separate {
	display: none;
	position: absolute;
	z-index: 9000;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: white;
	filter: alpha(opacity =   50);
	opacity: 0;
	-moz-opacity: 0;
}

.addValue {
	display: block;
	background: #FFFFFF;
	BORDER-RIGHT: #333333 1px outset;
	BORDER-TOP: #333333 1px outset;
	BORDER-LEFT: #333333 1px outset;
	BORDER-BOTTOM: #333333 1px outset;
	POSITION: absolute;
	width: 500px;
	height: 440px;
	filter: alpha(opacity =   100);
	font-size: 14px;
	z-index: 10000;
}

.iframediv {
	filter: alpha(opacity =   50);
	opacity:0.2;
	top: 0px;
	left: 0px;
	z-index: 10000;
	background-color: white;
}

.hdl {
	BACKGROUND: #6CAF90;
	WIDTH: 100%;
	COLOR: white;
	text-align: left;
	line-height: 22px;
	height: 22px;
}

.editordiv {
	margin-bottom: 1px;
	width:344px;
	height:58px;
	overflow: auto;
	border: #696969 1px solid;
}