﻿.windowContainer
{
	position: absolute;
	width: 600px;
	height: 300px;
	overflow: hidden;
	
	background-color: #fbfaf1;
	border: solid 2px #000000;
}
.windowHandle
{
	padding: 5px;
	cursor: move;
	
	border-bottom: solid 1px #000000;
	
	font-family: Verdana, Arial, Times New Roman;
	font-weight: bold;
	font-size: 12px;
}
.windowContents
{
	height: 275px;
	overflow: auto;
}
