.map_nw {
	width: 16px;
	height: 36px;
	background: transparent url(map/top_left.gif) no-repeat 0 0;		
}

.map_n {
	height: 36px;
	background: transparent url(map/top_mid.gif) repeat-x 0 0;	
	width: 100%;
}

.map_ne {
	width: 12px;
	height: 36px;
	background: transparent url(map/top_right.gif) no-repeat 0 0;		
}

.map_e {
	height: 100%;
	width: 4px;
	background: transparent url(map/center_right.gif) repeat-y 0 0;	
}

.map_w {
	height: 100%;
	width: 7px;
	background: transparent url(map/center_left.gif) repeat-y 0 0;		
}

.map_sw {
	width: 16px;
	height: 24px;
	background: transparent url(map/bottom_left.gif) no-repeat 0 0;			
}

.map_s {
	height: 24px;
	background: transparent url(map/bottom_mid.gif) repeat-x 0 0;	
	width: 100%;
}

.map_se {
	width: 12px;
	height: 24px;
	background: transparent url(map/bottom_right.gif) no-repeat 0 0;			
}

.map_sizer {
	width: 12px;
	height: 24px;
	background: transparent url(map/sizer.gif) no-repeat 0 0;	
	cursor:se-resize;	
}

.map_close {
	width: 19px;
	height: 19px;
	background: transparent url(map/close.gif) repeat-x 0 0;			
	position:absolute;
	top:10px;
	right:0px;
	cursor:pointer;
	z-index:1000;
}

.map_minimize {
	width: 19px;
	height: 19px;
	background: transparent url(map/minimize.gif) repeat-x 0 0;			
	position:absolute;
	top:10px;
	right:20px;
	cursor:pointer;
	z-index:1000;
}

.map_maximize {
	width: 19px;
	height: 19px;
	background: transparent url(map/maximize.gif) repeat-x 0 0;			
	position:absolute;
	top:10px;
	right:40px;
	cursor:pointer;
	z-index:1000;
}


.map_title {
	float:left;
	height:14px;
	font-size:16px;
	padding-top: 5px;
	text-align:center;
	width:100%;
	color:#FFF;
}

.map_content {
	overflow:auto;
	color: black;
	font-family: Tahoma, Arial, Sans Serif;
	/*font-size: 10px;*/
	background: white;
}


