#XWindow  {
	position: absolute;
	margin:0px;
	padding:0px;
	height:50px;
	width:200px;
	border: 1px solid #DDD;
	z-index:1001;
	background-color: #CCCCCC;
}
	
#XWindowHeader {
	margin:0px;
	padding:0px;
	background-color: #DDD;
	border: 1px solid #DDD;
	position:absolute;
	top: -21px;
	width: 100%;
	left: -1px;	
}
#XWindowTitle {
	font-family:"Lucida Grande", Arial, sans-serif;
	font-weight:bold;
	margin-left:5px;
	text-shadow:0 1px 0 #EFEFEF;
	border-bottom: 1px;
	color:#000000;
	font-size:13px;
	text-align:left;
}

#XWindowClose {
	color:#777777;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	margin-right:5px;
}

#XWindowClose:hover {
	font-weight: bolder;
	color:#000000;
}

#XWindowContent {
	padding:0px;
	background-color:#33CCCC;
	height:100%;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
}

#XWindowIframe {
	margin:0px;
	padding:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:#EFEFEF;	
}

#XWindowOverlay {
	background: black;
	position : absolute;
	top: 0px;
	left: 0px;
	z-index:1000;
}

