#app-map {
	width: 594px;
	height: 328px;
	background-image: url(../img/map_bg.png);
	margin-left:20px;
}

#app-map .g-int-map {
padding:2px 0px 1px 2px;
height:230px;
width:589px;
}

#app-map .p-add {
margin: 18px 0 0 2px;

}

#app-map #map {
height:230px;
width:589px;
}

.popup {
	position: absolute;
	left: 240px;
	top: 163px;
	background: transparent url(../img/popup_t.png) no-repeat 0 0;
	width: 506px;
	padding-top: 5px;
	z-index: 100;
}
.popup .popup-ctn {
	background: transparent url(../img/popup_bg.png) repeat-y 0 0;
	padding: 0 5px;
}
.popup .popup-b {
	background: transparent url(../img/popup_b.png) no-repeat 0 0;
	height: 5px;
}
.popup .popup-head {
	background-color: #e41843;
	padding: 4px;
	text-align: right;
}

.popup-open.arr {
	text-transform: none;
}
