#popup_modal {
	display: none;
	z-index: 1000;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #000000;
	filter: alpha(opacity = 40);
	-moz-opacity: .4;
	opacity: .4
}

#popup_window {
	display: none;
	z-index: 1002;
	position: absolute;
}

#popup_ac_modal {
	display: none;
	z-index: 2000;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #000000;
	filter: alpha(opacity = 40);
	-moz-opacity: .4;
	opacity: .4
}

#popup_ac_window {
	display: none;
	z-index: 2002;
	position: absolute;
}

#wait_popup_modal {
	display: none;
	z-index: 1100;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000000;
	filter: alpha(opacity = 40);
	-moz-opacity: .4;
	opacity: .4
}

#wait_popup_window {
	display: none;
	z-index: 1102;
	position: absolute;
}

.hider {
	position: absolute;
	text-align: center;
	width: 100%;
	height: 100%;
	background-color: #000000;
	filter: alpha(opacity = 30);
	-moz-opacity: .3;
	opacity: 0.3;
	-khtml-opacity: 0.3;
	display: none;
	z-index: 100;
}

.slider {
	position: absolute;
	text-align: center;
	display: none;
	z-index: 101
}

/* address popup start */

.popAddress-window-warpper {
	width: 365px;
}

.popAddress-window-top {
	float: left;
	width: 365px;
	height: 25px;
	background: url(/static/site/common/check_window_top.png) no-repeat left
		top;
	color: #ffffff;
	display: inline;
}

.popAddress-window-topTitle {
	float: left;
	width: 170px;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	margin-left: 20px;
	font-weight: 700;
	display: inline;
	white-space: nowrap;
}

/*.popAddress-window-topLink {
	float: left;
	width: 155px !important;
	width: 130px;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	margin-right: 20px;
	text-align: right;
	display: inline;
}*/

.popAddress-window-center{
	float: left;
	width: 325px;
	background-color: #e5e5e5;
	padding: 10px 20px 0 20px;
	display: inline;
}
.popAddress-window-bottom{
	float: left;
	width: 365px;
	height: 20px;
	background: #e5e5e5 no-repeat left bottom;
	display: inline;
}

.popAddress-window-indentDot {
	margin-left: 30px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.popAddress-dot {
	background: url(/static/site/common/black_dot.gif) no-repeat left top;
	padding-left: 15px;
	font-weight: 400;
}

.green-underline {
	color: #96a804;
	text-decoration: underline;
	cursor: pointer;
}

.popAddress-window1-topLink a{
	float:left;
	width:125px;
	height:25px;
	line-height:25px;
	vertical-align:middle;
	margin-right:20px;
	color:white;
	text-decoration:underline;
	text-align:right;
	display:inline;
}
.popAddress-window1-topLink a:hover{
	float:left;
	width:125px;
	height:25px;
	line-height:25px;
	vertical-align:middle;
	margin-right:20px;
	color:white;
	text-decoration:underline;
	text-align:right;
	display:inline;
}
/* address popup end */