﻿	.window_frame
	{
		width:200px;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		font-size:0.9em;
		position:absolute;
		overflow:hidden;	
		z-index:10000;
		height:350px;
		top:250px;
		left:20px;
	}
	
	.window_frame .window_top{
		width:100%;
		height:17px;
		position:relative;
		background-color: #707070;	
	}
	
	.window_frame .window_buttons{
		float:right;
		z-index:10;
		position:absolute;
		right:0px;
		width:17px;	
	}
	
	.window_content {
		border-right:3px solid #707070;
		padding-left:5px;
		padding-right:2px;
		font-size:x-small;
		font-weight:bold;
		height:276px;
		width:95%;
		overflow:scroll;
		background-color:#FFF;
	}
	.window_content input
	{
		width:200px;	
		font-size:x-small;
	}
	.window_content textarea
	{
		width:200px;
		height: 80px;
		font-size:x-small;
	}
	
	.window_buttons img{
		float:left;
		padding-left:2px;
		
	}
	.window_body
	{
		border-left:3px solid #707070;
	}
	
	
	.window_frame .window_bottom
	{
		border-left: 3px solid #707070;
		border-right:3px solid #707070;
		border-bottom: 3px solid #707070;
		position:relative;
		height:20px;
		background-color:#FFFFFF;
		font-size:x-small;
	}
	
	.window_bottom img
	{
		float:right;
	}
	
	.topCenterImage{
		position:absolute;
		left:3px;
		width:5000px;
		height:17px;
	}
	.resizeImage{
		position:absolute;
		right:1px;
		bottom:1px;
	}