.mask {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.5;
	filter: alpha(opacity='50');
	background: #000;
	z-index: 5;
}
.al_center {
	text-align: center;
}
.pop_up {
	position: fixed;
	left: 50%;
	top: 50%;
	display: none;
	margin-left: -280px;
	width: 560px;
	z-index: 1000;
}
.inner_box {
	padding: 0 15px 0 15px;
	background: #fff;
	overflow: hidden;
}
	.inner_box h3.main {
		margin: 0 0 5px 0;
	}
	.inner_box #quick_login {
		float: none;
		padding: 0;
		margin: 0;
	}
		.inner_box #quick_login p {
			margin-bottom: 0;
		}
	.inner_box fieldset {
		margin-bottom: 0;
		padding-bottom: 20px;
		border-bottom: 1px #cccccc solid;
	}
	.inner_box input.text {
		width: 150px;
		padding: 5px;
	}
	.inner_box .gray {
		margin: 15px 0 5px 0;
		background: url(../images/btn-gray.png) no-repeat right -35px;
	}
	.inner_box .gray span {
		background: url(../images/btn-gray.png) no-repeat 0 0;
	}
.round_box {
	position:relative;
}
.round_box .box_el {
	position:absolute;
	font-size:0;
	line-height:0;
}
.round_box .relative {
	height:16px;
	width:100%;
	font-size:0;
	line-height:0;
	overflow:hidden;
}
.round_box .box_inner_content {
	margin:0 7px;
	padding:1.5em;
	overflow:hidden;
}
.box_top_left {
	left:0;
	top:0;
	width:15px;
	height:16px;
	background: url(../images/sp_rounds.png) no-repeat 0 0;
}
.box_top_right {
	right:0;
	top:0;
	width:15px;
	height:16px;
	background: url(../images/sp_rounds.png) no-repeat -15px 0;
}

.box_top_container {
	left:-15px;
	top:0;
	width:100%;
	height:16px;
	overflow:hidden;
}
.box_top {
	left:30px;
	top:0;
	width:100%;
	height:16px;
	background: url(../images/sp_rounds_tb.png) repeat-x 0 0;
}

.box_bottom_left {
	left:0;
	bottom:0;
	width:15px;
	height:16px;
	background: url(../images/sp_rounds.png) no-repeat 0 -16px;
}
.box_bottom_right {
	right:0;
	bottom:0;
	width:15px;
	height:16px;
	background: url(../images/sp_rounds.png) no-repeat -15px -16px;
}

.box_bottom_container {
	left:-15px;
	bottom:0;
	width:100%;
	height:16px;
	overflow:hidden;
}
.box_bottom {
	left:30px;
	bottom:0;
	height:16px;
	width: 100%;
	background: url(../images/sp_rounds_tb.png) repeat-x 0 -16px;
}
.box_content {
	padding: 0 6px 0 6px;
	background: url(../images/sp_rounds_lr.png) repeat 0 0;
}
#map{
	margin-bottom:0px;
}

