﻿div.EditWindow
{
	position: absolute;
	z-index: 10;
/*	left: 650px;
	top: 360px;*/
	background-color: #eeeeee;
	border: 1px solid #666;
	display: none;
	
}
div.EditInnerWindow
{
	padding: 0px;
	width: auto;
	background: #9f9;
	cursor: move;
}
h3.meanuHeader
{
	margin: 0px;
	padding: 3px 8px;
	border-bottom: 1px solid #ccc;
}
div.EditMenu
{
	font-size: 10px;
	margin-top: 6px;
	padding-left: 4px;
	overflow:scroll;
	height:300px;
}
div.divInnerWindow
{
	padding: 0px;
	width: auto;
	background: #9f9;
	cursor: move;
}
.window
{
	position: absolute;
	z-index: 10;
	left: 650px;
	top: 360px;
	background-color: #eeeeee;
	border: 1px solid #666;
	display: none;
	overflow: scroll;
	width: auto;
}

