/* CSS Document */  
/*****************pop_up**************************/
.pop_title{
	background:url(https://png.pookcdn.net/website_img/pop_bg1.png);
	width:337px;
	height:28px;
	float:left;
	}
.pop_close_img{
	position:relative; top:4px; left:290px;
	}
.pop_login_close{
	position:relative; top:4px; left:350px;
	}

.pop_center{
	border-left:1px solid #9b9b9b;
	border-right:1px solid #9b9b9b;
	width:349px;
	font-size:14px;
	background-color:#f2f0e5;
	clear:both;
	}
.pop_center input{
	border:1px solid #bcb48c;
}
.pop_center A{
	font-size:12px;
	color:#295a8d;
	text-decoration:underline;
}
.pop_login{
	font-size:13px;
	font-weight:bold;
	color:#393939;
}