.window{
	border:0px;
	background:transparent;
	visibility:hidden
}
.windowBackground{
	background:#000;
	-moz-opacity:6.0;opacity:.60;filter:alpha(opacity=60);
	right:0px;
	top:0px;
}
.windowW{
	/*width:387px;
	height:300px;*/
	position:fixed;
}
.title{
	background:#000;
	border: 1px solid #000;
	color:#fff;
	text-align:left;
	padding-left:5px;
	cursor:default;
}
.closeButton{
	background-repeat:no-repeat;
	background-image:url('../img/close.gif');
	width:30px;
	height:30px;
	float:right;
	position:absolute;
	right:-10px;
	top:-10px;
	cursor:pointer;
}
.windowBody{
	/*width:385px;
	height:300px;*/
	overflow: auto;
	cursor:default;
	background:#ffffff;
	border: 1px solid #111;
}
