.window{
	height: 400px;
	position: fixed;
	width: 600px;
	z-index:99999999;
}
.window .disable{
	z-index:99999998;
	background-color:#000000;
	opacity:0.5;
}
.window .cornerLeftTop{
	border: medium none ;
	margin: 0pt;
	padding: 0pt;
	background: transparent url('img/back_window.png') repeat scroll 0px 0px;
	line-height: 0pt;
	font-size: 0pt;
	-moz-background-clip: -moz-initial;
	-moz-background-origin: -moz-initial;
	-moz-background-inline-policy: -moz-initial;
	height: 20px;
	width: 20px;
	max-width:20px;
}

.window .centerTop{
	border: medium none ;
	margin: 0pt;
	padding: 0pt;
	background: transparent url('img/back_window.png') repeat scroll 0px -40px;
	line-height: 0pt;
	font-size: 0pt;
	-moz-background-clip: -moz-initial;
	-moz-background-origin: -moz-initial;
	-moz-background-inline-policy: -moz-initial;
	height: 20px;
	width: 20px;
}

.window .cornerRightTop{
	border: medium none ;
	margin: 0pt;
	padding: 0pt;
	background: transparent url('img/back_window.png') repeat scroll -20px 0px;
	line-height: 0pt;
	font-size: 0pt;
	-moz-background-clip: -moz-initial;
	-moz-background-origin: -moz-initial;
	-moz-background-inline-policy: -moz-initial;
	height: 20px;
	width: 20px;
}
.window .cornerLeftMiddle{
	border: medium none ;
	margin: 0pt;
	padding: 0pt;
	background: transparent url('img/back_window.png') repeat scroll 0px -80px;
	line-height: 0pt;
	font-size: 0pt;
	-moz-background-clip: -moz-initial;
	-moz-background-origin: -moz-initial;
	-moz-background-inline-policy: -moz-initial;
	height: 20px;
	width: 20px;
}

.window .content{
	background-color:#ffffff;
	font-size:16px;
	height:100%;
	width:100%;
	overflow:scroll;
	
}
.window .cornerRightMiddle{
	border: medium none ;
	margin: 0pt;
	padding: 0pt;
	background: transparent url('img/back_window.png') repeat scroll -20px -80px;
	line-height: 0pt;
	font-size: 0pt;
	-moz-background-clip: -moz-initial;
	-moz-background-origin: -moz-initial;
	-moz-background-inline-policy: -moz-initial;
	height: 20px;
	width: 20px;	
}

.window .cornerLeftBottom{
	border: medium none ;
	margin: 0pt;
	padding: 0pt;
	background: transparent url('img/back_window.png') repeat scroll 0px -20px;
	line-height: 0pt;
	font-size: 0pt;
	-moz-background-clip: -moz-initial;
	-moz-background-origin: -moz-initial;
	-moz-background-inline-policy: -moz-initial;
	height: 20px;
	width: 20px;
}

.window .footer{
	border: medium none ;
	margin: 0pt;
	padding: 0pt;
	background: transparent url('img/back_window.png') repeat scroll 0px -60px;
	line-height: 0pt;
	font-size: 0pt;
	-moz-background-clip: -moz-initial;
	-moz-background-origin: -moz-initial;
	-moz-background-inline-policy: -moz-initial;
	height: 20px;
	width: 20px;
}

.window .cornerRightBottom{
	border: medium none ;
	margin: 0pt;
	padding: 0pt;
	background: transparent url('img/back_window.png') repeat scroll 20px -20px;
	line-height: 0pt;
	font-size: 0pt;
	-moz-background-clip: -moz-initial;
	-moz-background-origin: -moz-initial;
	-moz-background-inline-policy: -moz-initial;
	height: 20px;
	width: 20px;	
}
.window #controlls{
	position:absolute;
	top:0;
	left:100%;
	
	width:100px;
	height:20px;
	display:block;
	margin: 5px 0 0 -105px;
	text-align:right;
}
.window #controlls .close{
	height:20px;
	width:20px;
	display:block;
	background-image:url('img/window_control_tools.gif');
	background-repeat:no-repeat;
	background-position: center right;
	cursor:pointer;
	float:right;
}