@charset "utf-8";
/* CSS Document */

    
    #smartPop_overlay {
	display:block;
	overflow:hidden;
	position:fixed;
	background-color:rgba(252, 252, 252, .75);
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:1000;
	cursor:wait;
}
#smartPop {
	display:none;
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	overflow-x:auto;
	overflow-y:scroll;
	z-index:1004;
}
#smartPop_container {
	background-color:white;
	-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);
	margin:9px auto 100px auto;
	max-width:1300px;
	min-width:400px;
	padding:0px;
	width:720px;
	height:500px;
	z-index:2;
	background:#fff url(http://www.ilovebali.co.kr/img/pop03.gif) left bottom repeat-y;
}
#smartPop_top {
	position:relative;
	height:23px;
	overflow:hidden;
	cursor:default;
	background:url(http://www.ilovebali.co.kr/img/pop02.gif) right top no-repeat;
}
#smartPop_top_content {
	margin-right:10px;
	text-align:center;
	overflow:hidden;
	height:23px;
	padding:5px;
	background:url(http://www.ilovebali.co.kr/img/pop01.gif) left top no-repeat;
}
#smartPop_bottom {
	position:relative;
	overflow:hidden;
	height:520px;
	background:url(http://www.ilovebali.co.kr/img/pop04.gif) right bottom repeat-y;
	top:0;
	right:0;
	bottom:0;
	left:0;
}
#smartPop_bottom_content {
	position:relative;
	height:470px;
	margin-right:5px;
	padding:5px 10px 20px 15px;
	background:url(http://www.ilovebali.co.kr/img/pop05.gif) left bottom repeat-x;
}
#smartPop_content {
	display:none;
	padding:0;
	overflow:hidden;
	cursor:default;
}
#smartPop_frame {
	display:none;
	width:100%;
	height:100%;
}
#smartPop_log {
	display:none;
	position:fixed;
	top:10px;
	left:10px;
	overflow:auto;
	width:200px;
	height:400px;
	background:#fff;
	border:solid 1px #444;
	padding:10px;
	z-index:3;
}
#smartPop_close {
	position:absolute;
	width:14px;
	height:13px;
	background:url(http://www.ilovebali.co.kr/img/btn_close.gif);
	right:10px;
	top:10px;
	cursor:pointer;
}
#smartPop_loading {
	position:relative;
	margin:10px auto 0 auto;
	width:16px;
	height:16px;
	background:url(http://www.ilovebali.co.kr/img/loading.gif);
	cursor:wait;
}
