.win {
	width: 347px;
	position: fixed;
	left: 37%;
	top: 35%;
	z-index:9999;
   /* Ояебу!! */
	zoom:1;
	/* Ояебу!! */
	background: #fff url(editor/bg.png) repeat-x 0 100%;
	padding-bottom: 10px !important;
	-moz-box-shadow: 3px 3px 15px #888;
	-webkit-box-shadow: 3px 3px 15px #888;
	box-shadow: 3px 3px 15px #888;
	-moz-border-radius: 13px;
	border-radius: 13px;
	-webkit-border-radius: 13px;
}

.win_ie6 {
	position: absolute;
	top: 35%;
	left: 37%;
}

.win .name, .win2 .name {
	background: #f06100;
	font-size: 12px;
	color: #fffcfa;
	padding: 7px 0 8px 12px;
	border-radius: 12px 12px 0px 0px;
	-moz-border-radius: 12px 12px 0px 0px;
	-webkit-border-radius: 12px;

}
.win a {
	font-size: 12px;
	border-bottom: dashed 1px #2491cf;
	text-decoration: none;
}

.win ul li {
	float: left;
	position: relative;
	font-size: 12px;
	padding: 8px 22px 8px 21px;
	background: #fbd6bd;
	white-space: nowrap;
}
.win ul .active a {
	border-bottom: none;
}
.win ul .active {
	background: #fff;
}

.win p  {
	padding: 0 0 10px;
}
.win .submit  {
	padding: 8px 20px;
	float: right;
	background: #f06100;
	color: #fff;
	font-size: 11px;
	border: none;
	margin: 7px 10px 0 0;
	position: relative;
}


.win textarea {
	width: 318px;
	padding: 4px;
	height: 59px;
	margin: 0 12px;
	border: solid 1px #5f5f5f;
	color: #5f5f5f;
	font-size: 11px;
}
.win span {
	color: #3cb3fd;
	padding: 7px 0 0 12px;
	display: block;
}
.win span b {
	color: #555;
	font-weight: normal;
}

.win .name .close {
	float: right;
	width: 23px;
	height: 17px;
	background: url(editor/close.png) no-repeat 0 0;
	border-bottom: none;
	position: relative;
	margin-top: -1px;
}

.close:hover {background: url(editor/close.png) no-repeat 0 -17px !important;}
#GenelArkaDiv { float:left; position:fixed; left:0px; top:0px; bottom:0px; right:0px; background:url(overlay.png) }
