.floatingWindow
	{
	width:300px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	position:absolute;
	overflow:hidden;	
	z-index:10000;	
	}
	
.floatingWindow div
	{
	position:relative;
	}
	
.floatingWindow .floatingWindow_Top
	{
	width:100%;
	height:23px;
	position:relative;
	background: transparent;
	}
	
.floatingWindow .topCenterDiv
	{
	position: absolute;
	left: 5px;
	right: 5px;
	height: 23px;
	background-color:#999999;
	background: transparent url(../images/top_center.gif) center;
	}
	
.floatingWindow .top_buttons
	{
	float:right;
	z-index:10;
	position:absolute;
	right:5px;
	background-color: transparent;
	}
	
.floatingWindow .top_buttons img
	{
	float:left;
	padding-left:0px;
	}
	
.floatingWindow_Middle
	{
	border-left:1px solid #404040;
	}
	
.floatingWindow_Content
	{
	border-right:1px solid #404040;
	padding:5px;
	height:100%;
	overflow:auto;
	background-color:#FFF;
	}
	
.floatingWindow_Bottom
	{
	position:relative;
	height:15px;
	border-left: 1px solid #404040;
	border-right:1px solid #404040;
	border-bottom: 1px solid #404040;
	background: #EAEAEA url(../images/bottom_background.gif) center;
	}
	
.floatingWindow .resizeImage
	{
	position:absolute;
	right:1px;
	bottom:1px;
	}
