.window {
	z-index:100;
	position:absolute;
	display:inline-block;
	text-align: left;
	/*
	border-radius: 4px;
	*/
}
.window > .caption {
	z-index:102;
	font: bold 13px/20px 'Trebuchet MS','Times New Roman','Tahoma';
	text-align: center;
	padding: 0px 6px;
	color: #FCF0FF;
	background: #4070C0 url('i/wnd_caption.png') repeat-x;
	height:22px;
	/* 2
	border:1px solid #7090F0;
	*/
	/*
	color: #A90;
	background: #F8F8E0 url('i/bg_2.png');
	border-bottom:1px solid #E8D090;
	border:1px solid #E8D090;
	*/
	cursor:default;
	/* 2
	border-bottom:0;
	*/
}
.window > .content {
	position:relative;
	bottom:0;
	font: normal 10pt 'Tahoma';
	padding: 2px 8px 2px;
	color: #D0D4E8;
	background: #204070 url('i/wnd_bg.png');
	/* 2
	border:1px solid #7090F0;
	*/
	/*
	color: #000;
	background:#FFFFF0 url('i/bg_1.png');
	border:1px solid #E8D090;
	width:300px;
	height:200px;
	*/
}

.window  .w4, .window  .w6{
	z-index:100;
	position:absolute;
	width:5px;
	top:0;
	bottom:0;
	background: #4070C0 url('i/wnd_side.png') repeat-y;
}
.window  .w4 {
	left:0;
}
.window  .w6 {
	right:0;
}
.window  .w2 {
	z-index:100;
	height:8px;
	left:0;
	right:0;
	bottom:0;
	background: #4070C0 url('i/wnd_bottom.png') repeat-x;
}
.window  .w1, .window  .w3, .window  .w7, .window  .w9 {
	z-index:104;
	position:absolute;
}

.window  .w1, .window  .w3{
	width:49px;
	height:19px;
	bottom:0;
}
.window  .w1{
	left:-9px;
	bottom:-6px;
	background: url('i/wnd_1.png') no-repeat;
}
.window  .w3{
	right:-9px;
	bottom:-6px;
	background: url('i/wnd_3.png') no-repeat;
}
.window  .w7, .window  .w9{
	width:65px;
	height:26px;
	top:0;
}
.window  .w7{
	left:-9px;
	top:-1px;
	background: url('i/wnd_7.png') no-repeat;
}
.window  .w9{
	right:-9px;
	top:-1px;
	background: url('i/wnd_9.png') no-repeat;
}
