.Bar {
	overflow:hidden;
	font-size:x-small;
	height:21px;
	margin:0;
	padding:0 1px 1px 0;
	background:#fff;
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	cursor:move;
}
.MaxBtn {
	float:right;
	position:absolute;
	font-size:x-small;
	width:14px;
	height:15px;
	margin:8px 0 0 5px;
	padding:0 10px 0 0;
	background: url(images/close.gif) no-repeat top;
	cursor:pointer;
}

#text_swap{
	float:right;
	padding-right:25px;
	padding-top:5px;
	background:#3B5998;
	height:19px;
}
.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: #EFEFEF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}

.modalbg {
	float:left;
	width:99.4%;
	height:inherit;
	background:#CDD3E0;
	border:2px solid #3B5998;
}
	
.closeBand {
	float:left;
	width:99.7%;
	border:1px solid #CDD3E0;
	background:#9DABC8;
	padding:4px 0;
	margin:0;
	text-align:center;
}

.closeBand a{
	font-size:10px;
	color:#3B5998;
	text-decoration:underline;
}

.closeBand2 {
	float:left;
	width:99.6%;
	border:1px solid #CDD3E0;
	background:#9DABC8;
	padding:4px 0;
	margin:0;
	text-align:center;
}

.closeBand2 a{
	font-size:10px;
	color:#3B5998;
	text-decoration:underline;
}
