.Bar {
	overflow:hidden;
	font-size:x-small;
	height:30px;
	margin:0;
	padding:5px 1px 1px 3px;
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #fff;
	font-weight: Bold;
	text-decoration: none;
	cursor:move;
	background:url(../images/modalwindowheadr.jpg) repeat-x;
}
.MaxBtn {
	float:right;
	position:absolute;
	font-size:x-small;
	width:14px;
	height:15px;
	margin:5px 0 0 0;
	padding:0 10px 0 0;
	background:url(../images/close.jpg) no-repeat;
	cursor:pointer;
}
.ResBtn {
	position:absolute;
	overflow:hidden;
	font-size:x-small;
	width:1.2em;
	height:1.2em;
	margin:0;
	padding:0;
	color:#000;
	background:#596380;
	cursor:se-resize;
}

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	
.closeBand {
	height:31px; 
	background:#F5F3EF;
	text-align:center;
	border:1px solid #BFBFBF;
}
.bottomborder{
	border-bottom:1px solid #463043;
}
