.wdgContent {
	left:2px;
	top:25px;
	width:296px;
	height:95%;
	background-color: #ffffff;
	padding: 2px;
	border-style: inset;
	border: 1px solid;
	overflow: auto;
	behavior:url(#default#download);
	position:absolute;
}
.wdgWindow {
	background-color: #c0c0c0;
	border-left: 1px solid white;
	border-top: 1px solid white;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	font-family: Arial; 
	font-size: 10px;
	color: #000000;
	left:50px;
	top:200px;
	width:300px;
	height:300px;
	position:absolute;
}
.wdgTitlebar {
	left:2px;
	top:2px;
	width:99%;
	height:20px;
	padding: 2px;
	background-color:#0022aa;
	border:0px;
	color:#ffffff;
	font-size : 12px;
	font-weight: bold;
	position:absolute;
	cursor:default;
}

