/* Lyer Popup */
#smartPop_overlay {
	position:fixed; 
	top:0; 
	left:0; 
	right:0; 
	bottom:0; 
	overflow:hidden; 
	background-color:rgba(255, 255, 255, .75); 
	z-index:100000; 
	cursor:wait;
	display:block; 
}
#smartPop {
	position:fixed; 
	top:0; 
	left:0; 
	right:0; 
	bottom:0; 
	overflow-x:auto; 
	overflow-y:scroll; 
	z-index:100004;
	display:none; 
}
#smartPop_container {
	position:relative; 
	width:720px; 
	height:500px; 
	max-width:1300px; 
	min-width:400px; 
	margin:9px auto 100px auto; 
	padding:0px; 
	background-color:#ffffff; 
	background:#ffffff url(/web-contents/images/layer/outline_left.gif) left bottom repeat-y;
	-webkit-box-shadow:0 0 1px rgba(0, 0, 0, .25), 0 1px 5px 3px rgba(0, 0, 0, .05), 0 5px 4px -3px rgba(0, 0, 0, .06); 
	z-index:2; 
}

#smartPop_top {
	height:5px; 
	cursor:default; 
}
#smartPop_top_content {
	height:5px; 
	background-image:url(/web-contents/images/layer/outline_top_left.gif),url(/web-contents/images/layer/outline_top_right.gif),url(/web-contents/images/layer/outline_top.gif);
	background-repeat:no-repeat,no-repeat,repeat-x;
	background-position:left top,right top,left top;
}

#smartPop_bottom {
	position:relative; 
	top:0; 
	right:0; 
	bottom:0; 
	left:0;
	overflow:hidden; 
	background-image:url(/web-contents/images/layer/outline_left.gif),url(/web-contents/images/layer/outline_right.gif);
	background-repeat:repeat-y; 
	background-position:left top,right top;
}
#smartPop_bottom_content {
	position:relative; 
	padding:0px 5px 5px 5px;
	background-image:url(/web-contents/images/layer/outline_bottom_left.gif),url(/web-contents/images/layer/outline_bottom_right.gif),url(/web-contents/images/layer/outline_bottom.gif);
	background-repeat:no-repeat,no-repeat,repeat-x;
	background-position:left bottom,right bottom,right bottom;
}

#smartPop_content {
	padding:0px; 
	overflow:hidden; 
	cursor:default;
	display:none; 
}
#smartPop_frame {
	width:100%; 
	height:100%;
	display:none;
}
#smartPop_log {
	position:fixed; 
	top:10px; 
	left:10px; 
	width:200px; 
	height:400px; 
	padding:10px; 
	overflow:auto; 
	background:#ffffff; 
	border:solid 1px #444444; 
	z-index:3;
	display:none; 
}

#smartPop_close {
	position:absolute; 
	top:0px;
	right:20px;  
	width:29px; 
	height:27px; 
	background:url(/web-contents/images/layer/close.gif); 
	cursor:pointer;
	z-index:1000;
}
#smartPop_loading {
	position:relative; 
	width:16px; 
	height:16px; 
	margin:10px auto 0 auto; 
	background:url(/web-contents/images/layer/loading.gif); 
	cursor:wait;
}