
.win {
	position:absolute;
	background:#fff;
	display:none;
}
.win-contener-bg{
	filter:alpha(opacity=30);
	background:#000;
	opacity:0.3;
	position:absolute;
}
.win-border div{
	position:absolute;
	background:url(dialog.png) no-repeat;
}
.ie6 .win-border div{
	background:#d7d0ca;
	
}
.win-border .lt{
	height:28px;
	width:30px;
	top:-28px;
	left:-30px;
	
	background-position:0 0;
}
.ie6 .win-border .lt{
	height:10px;
	width:10px;
	top:-10px;
	left:-10px;
}
.win-border .t{
	width:100%;
	height:28px;
	top:-28px;
	background-position: -28px 0;
	
}
.ie6 .win-border .t{
	height:10px;
	top:-10px;
}
.win-border .rt{
	width:40px;
	height:28px;
	top:-28px;
	right:-40px;	
	background-position:100% 0;
}
.ie6 .win-border .rt{
	width:10px;
	height:10px;
	top:-10px;
	right:-10px;
}
.win-border .l{
	height:100%;
	width:30px;
	top:0px;
	left:-30px;
	background-position:0 -30px;
}
.ie6 .win-border .l{
	width:10px;
	left:-10px;
}
.win-border .lb{
	height:33px;
	width:30px;
	bottom:-33px;
	left:-30px;
	background-position: 0px 100%;
}
.ie6 .win-border .lb{
	width:10px;height:10px;
	left:-10px;bottom:-10px;
}
.win-border .r{
	height:100%;
	width:40px;
	top:0px;
	right:-40px;
	background-position:100% -28px;
}
.ie6 .win-border .r{
	width:10px;
	right:-10px;
}
.win-border .rb{
	height:33px;
	width:40px;
	bottom:-33px;
	right:-40px;
	background-position:100% 100%;
}
.ie6 .win-border .rb{
	width:10px;height:10px;
	bottom:-10px;
	right:-10px;
}
.win-border .b{
	height:33px;
	width:100%;
	bottom:-33px;
	background-position:-33px 100%;
}
.ie6 .win-border .b{
	height:10px;
	bottom:-10px;
}

.win .win-main{
	width:100%;
	height:100%;
}




.win .win-btns a{
	display:block;
	position:absolute;
	z-index:100001;
	top:-18px;
	height:12px;
	width:12px;
	overflow:hidden;
}
.win .win-btns a:hover{
	border:1px solid #660;
}
.win-btns-min{
	display:none;

}

.win-btns-toggle{
	display:none;
}
.win  .win-btns .win-btns-close{
	right:5px;
	width:20px;
	height:20px;
	top:3px;
	background:url(close.png) no-repeat;
}
.win-resizer-rb{
	width:10px;
	height:10px;
	background:none;
	position:absolute;
	z-index:302;
	bottom:-10px;
	right:-10px;
	cursor:se-resize;
	overflow:hiddden;
}
.win-title{
	position:absolute;
	top:-20px;
	font-size:12px;
	left:10px;
}
.win-dragproxy{
	border:1px solid #000;
	position:absolute;
	z-index:10000;
	display:none;
}
.ie .win-dragproxy div{
	background:#efefef;
	opacity:0.0;	
	height:100%;
	width:100%;
	filter:alpha(opacity=0);
	position:absolute;
}
.win-main{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:10000;
}
.win-cover{
	width:100%;
	height:100%;
	position:absolute;
	z-index:11000;
	opacity:.1;
	filter:alpha(opacity=10);
	zindex:200000;
	display:block;

}
.win-focus .win-cover{
	display:none;
}
.win-cover div{
	position:absolute;
	width:100%;
	height:100%;
	background:#666;
	top:0px;
	left:0px;
	
}

.win-frmbg{
	width:110%;	
	height:110%;
	opacity:0;
	position:absolute;
	z-index:0;
}
.win-frmbg iframe,.id-cover iframe{
	width:100%;
	height:100%;
	border:none;
	filter: alpha(opacity=0);
}


