/* pop-up styles */

#pop-up_back {
	background: #000;
	width:100%;
	height:100%;
	z-index:490;
	position:fixed;
	top:0;
	left:0;
	display:none;
}

#pop-up {
	width:auto;
	height:auto;
	padding:20px 23px 25px 25px;
	position:fixed;
	margin-left:12px;
	display:none;
	z-index:500;
}

#pop-up #close {
	background:url(../images/pl_close_button.png) no-repeat;
	width:43px;
	height:45px;
	cursor:pointer;
	position:absolute;
	right:1px;
	top:0px;
}