@CHARSET "UTF-8";

#mapSelectorControl{
	position: absolute;
	left: 70px;
	top: 160px;
}
		
#zoomWindow {
	border: 2px solid #ff0000;
	background-color: #ffe4e1;
	filter: alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity: 0.5;
	z-index: 10000;
	height: 100px;
	width: 100px;
	left: 400px;
	top: 400px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	line-height: 0px;
	cursor: move;
}
		
#bar {
	position: absolute;
	overflow: hidden;
	height: 0px;
	width: 0px;
}

#resizeBtn {
	background-image: url(images/resize.gif);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	overflow: hidden;
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	cursor: se-resize;
}

#rssBtn {
	background-image: url(images/rss.jpg);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	overflow: hidden;
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	cursor: hand;
	cursor: pointer;
}