.window-container
{
	background: none repeat scroll 0 0 #D9D9D9;
	color: #333333;
	line-height: 20px;
	padding: 10px 13px;
	text-align: left;
	width: 364px;
}
*
{
margin: 0px;
padding: 0px;
}


.ie6
{
	position:absolute;
	left:expression((document.documentElement.scrollLeft + (document.documentElement.clientWidth-this.offsetWidth)/2) + "px");
	top:expression((document.documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight)/2) + "px");
}

.window-contain
{
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #999999;
	padding: 0 16px;
}
.window-content .loading{ background:url(images/loading2.gif) no-repeat 50% 50%;margin-top:20px; width:100%; height:20px;}
.window-titleBar,.window-contain h3,#change_notice h3
{
	font: bold 14px Arial, "宋体";
	border-bottom: 1px solid #d6d6d6;
	padding: 5px 0 6px 0;
}
.window-contain h3 label{width:auto;}

.window-content
{
	padding: 0 5px 20px;
}
.window-content .divfavorite
{
	text-align: center;
	margin: 20px auto;
	word-spacing: 20px;
}

.window-content .close
{
	text-align: center;
	margin-top: 10px;
}
.window-content .close input
{
	width: 60px;
	height: 25px;
}

.window-content .close { text-align: right; margin: 3px -12px 0 0;}
.window-content .close a { display: inline-block; width: 14px; height: 14px; background: url(images/closed_icon.gif) no-repeat center center;}
.window-content .close a:hover { text-decoration: none;}

.window-content .input1 { padding: 4px; border-top: 1px solid #737373; border-left: 1px solid #737373; border-right: 1px solid #cecece; border-bottom: 1px solid #cecece; }

.window-statusBar
{
	width: 100%;
	height: 15px;
	text-indent: 3px;
	font: bold 13px Arial;
	background-color: #99CCFF;
	border: 1px solid #3333FF;
	color: #FFFFFF;
	overflow: hidden;
}

.window-minimizeButton
{
	position: absolute;
	right: 40px;
	top: 2px;
	cursor: pointer;
}
/* www.codefans.net */
.window-maximizeButton
{
	position: absolute;
	right: 20px;
	top: 2px;
	cursor: pointer;
}

.window-close a
{
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(images/closed_icon.gif) no-repeat center center;
}
.window-close a:hover
{
	text-decoration: none;
}


.window-close
{
	margin: 3px -12px 0 0;
	text-align: right;
}

.window-resizeIcon
{
	float: right;
	cursor: nw-resize;
}
.window-content .error{ margin-top:10px; color:Red;}
