.dynamicWindowOuter{
	background-color:tan;
	overflow:auto;
}

.dynamicWindowTitleBar {
	background:#540000 none repeat scroll 0 0;
	border-bottom:1px solid gray;
	color:white;
	font-weight:bold;
	letter-spacing:1px;
}

.dynamicWindowCloseBox {
	background:url('/images/window/closebox.gif');
	width:20px;
	height:20px;
}

.dynamicWindowMinimizeBox {
	background:url('/images/window/minbox.gif');
	width:20px;
	height:20px;
}

.dynamicWindowRestoreBox {
	background:url('/images/window/restore.gif');
	width:20px;
	height:20px;
}
.dynamicWindowBody {
	
}

.dynamicWindowStatusBar {
	background:silver;
}

.dynamicWindowBorder {
	background:#540000;
}

.dynamicWindowDragSizeBox {
	background:red;
}
