.window-container
{
	width:150px;
	position:absolute;
	border: solid 2px #9fa094;
	background: #e5e5dd;
	left:350;
	top:200;
	font-size:13px;
	font-family:verdana;
	padding-bottom: 50px;
}





.window-titleBar
{
	height:17px;
	padding: 1px;
	padding-top: 3px;
	text-indent: 3px;
	font: bold 13px Arial;
	background: url(../img/bg_title_bar.gif) repeat-x;
	color: #FFFFFF;
	cursor: move;
	overflow: hidden;
}

.window-content
{
	height:100%;
	background-color: #fff;
	font-size:12px;
	font-family:arial;
    border:2px solid #808080;
	overflow:auto;
	margin: 2px;


}

.window-statusBar
{
	height:15px;
	text-indent: 3px;
	font: bold 13px Arial;
	color: #FFFFFF;
	overflow: hidden;
	padding-top: 4px;
}

.window-minimizeButton
{
	position: absolute;
	right: 38px;
	top: 4px;
	cursor: pointer;
	background: url(../img/minimize.gif) no-repeat;
	width: 16px;
	font-size: 0;
	height: 14px;
}

.window-maximizeButton
{
	position: absolute;
	right: 20px;
	top: 4px;
	cursor: pointer;
	background: url(../img/maximize2.gif) no-repeat;
	width: 16px;
	font-size: 0;
	height: 14px;
}

 .window-closeButton
{
	position: absolute;
	right: 2px;
	top: 4px;
	cursor: pointer;
	background: url(../img/close.gif) no-repeat;
	width: 16px;
	font-size: 0;
	height: 14px;
}

.window-resizeIcon
{
	float: right;
	cursor: nw-resize;
	background: url(../img/resize.gif) no-repeat;
	width: 12px;
	top: 5px;
	right: 0px;
	position: relative;
	font-size: 0;
	height: 12px;
}