body{background:url(../img/bg.jpg);font:12px/1.5 \5fae\8f6f\96c5\9ed1;color:#333;}
.window-container {
	width: 150px; font-family: verdana; font-size: 13px; position: absolute; border:0px solid #333;border-radius:0px;box-shadow:0px 0px 0px 0px #666; 
}
.window-content {
	border:1px solid #666; width: 100%; height: 100%; overflow: auto; font-family: verdana; font-size: 13px; background-color: #e9e9e9;	
}

.window-titleBar {
	font: bold 13px/normal Arial; padding: 1px; width: 100%; height: 20px; color:#999999; text-indent: 3px; overflow: hidden; cursor: move; font-size-adjust: none; font-stretch: normal; background-color:#e9e9e9;border:1px solid #666; border-bottom:0px solid #666;
}
.window-minimizeButton {top: 2px; right: 50px; position: absolute; cursor: pointer; background:url(../img/tool_n.png) -29px 0;width:21px;height:19px;
}
.window-minimizeButton:hover{background:url(../img/tool_n.png)-29px -29px;}
.window-maximizeButton {top: 2px; right: 25px; position: absolute; cursor: pointer;background:url(../img/tool_n.png) -60px 0;width:21px;height:19px;
}
.window-maximizeButton:hover{background:url(../img/tool_n.png)-60px -29px;}
.window-closeButton {top: 2px; right: 0px; position: absolute; cursor: pointer;background:url(../img/tool_n.png) -89px 0; width:21px;height:19px;
}
.window-closeButton:hover{background:url(../img/tool_n.png)-89px -29px;}

.window-statusBar {font: bold 13px/normal Arial; border:1px solid #666; width: 100%; height: 20px; color:#999999; text-indent: 3px; overflow: hidden; font-size-adjust: none; font-stretch: normal; background-color:#e9e9e9; padding:1px;border-top:0px solid #666;
}
.window-resizeIcon {float: right; top:1px; right: 1px; cursor: nw-resize; background:url(../img/tool_n.png) -179px 0; width:21px;height:19px;
}
.window-resizeIcon:hover{background:url(../img/tool_n.png)-179px -29px;}