.window-container {
	width: 150px; font-family: verdana; font-size: 12px; position: absolute;
}
.window-titleBar {
	font:  12px/normal Arial;  width: 100%; height: 15px; line-height:15px;color: rgb(90, 94, 101); text-indent: 3px; overflow: hidden; cursor: move; font-size-adjust: none; font-stretch: normal; background-color: rgb(241, 241, 241);
	border-left: 1px solid rgb(121, 121, 121);border-top: 1px solid rgb(121, 121, 121);border-right: 1px solid rgb(121, 121, 121);
	padding-top:5px;padding-bottom:5px;
}
.window-content {
	border-left: 1px solid rgb(121, 121, 121); border-right: 1px solid rgb(121, 121, 121);border-image: none; width: 100%; height: 100%; overflow: auto; font-family: verdana; font-size: 13px; background-color: rgb(255, 255, 255);
}
.window-statusBar {
	font: bold 13px/normal Arial; border-bottom: 1px solid rgb(121, 121, 121); border-image: none; width: 100%; height: 15px; color: rgb(255, 255, 255); text-indent: 3px; overflow: hidden; font-size-adjust: none; font-stretch: normal; background-color: rgb(255, 255, 255);border-left: 1px solid rgb(121, 121, 121);border-right: 1px solid rgb(121, 121, 121);
}
.window-minimizeButton {
	width:28px;height:19px;top: 2px; right: 56px; position: absolute; cursor: pointer;background:url(../images/min.gif) no-repeat center center;border-bottom: 1px solid rgb(181, 181, 181);border-left: 1px solid rgb(218, 218, 218);
}
.window-maximizeButton {
	width:28px;height:19px;top: 2px; right: 28px; position: absolute; cursor: pointer;background:url(../images/max.gif) no-repeat center center;border-bottom: 1px solid rgb(181, 181, 181);border-left: 1px solid rgb(218, 218, 218);
}
.window-closeButton {
	width:28px;height:19px;top: 2px; right: 0px; position: absolute; cursor: pointer;background:url(../images/close.gif) no-repeat center center;border-bottom: 1px solid rgb(181, 181, 181);border-left: 1px solid rgb(218, 218, 218);
}
.window-resizeIcon {
	float: right; cursor: nw-resize;
}
