.popin_Darkener{
	position:fixed;
	left:0px;
	right:0px;	
	top:0px;
	bottom:0px;
	background-image:url(transparency70_000.png);
	background-repeat:repeat;
	z-index:2000;
}

.new_popin{
	z-index:2001;
	position:fixed;
}

.new_popin2{
	display:none;
	width:578px;
	left:50%;
	margin-left:-289px;
}

.new_popin .tl{
	width:5px;
	height:5px;
	background-image:url(popin/tl.png);
	background-repeat:no-repeat;
	background-position:bottom right;
}

.new_popin .tr{
	width:5px;
	height:5px;
	background-image:url(popin/tr.png);
	background-repeat:no-repeat;
	background-position:bottom left;
}

.new_popin .bl{
	width:5px;
	height:5px;
	background-image:url(popin/bl.png);
	background-repeat:no-repeat;
	background-position:top right;
}

.new_popin .br{
	width:5px;
	height:5px;
	background-image:url(popin/br.png);
	background-repeat:no-repeat;
	background-position:top left;
}

.new_popin .hbar{
	height:5px;
	background-image:url(popin/bar.png);
	background-repeat:repeat-x;
}

.new_popin .vbar{
	width:5px;
	background-image:url(popin/bar.png);
	background-repeat:repeat-y;
}

.new_popin .content{
	border:1px solid #333;
	background-color:#FFF;
	padding:20px;
	vertical-align:top;
	text-align:left;
	font:normal 13px Helvetica;
	color:#333;
}

.new_popin .content a{
	color:#09C;
	text-decoration:none;
}

.new_popin_error{
	width:200px;
	height:30px;
}

.new_popin_loading{
	text-align:center;
	font:bold 20px Helvetica;
	color:#999;
}

.new_popin .header{
	border-bottom:1px solid #ccc;
	margin-left:-20px;
	margin-right:-20px;
	margin-top:-10px;
	padding:0 10px 10px;
	height:auto;
}

.new_popin .header .title{
	font:bold 18px/25px Helvetica;
	color:#333;
	float:left;
	height:25px;
	margin-right:10px;
}

.new_popin .header .title_text{
	font:normal 12px/29px Helvetica;
	color:#333;
	float:left;
	height:25px;
}

.new_popin .header .title_text a{
	font:normal 12px/25px Helvetica;
	margin-left:5px;
}

.new_popin .header .close{
	float:right;
	margin-right:8px;
	margin-top:5px;
}

.new_popin .body{
	margin:20px 0 -10px;
}

.new_popin .content .lister{
	border: 1px solid #CCCCCC;
    height: 240px;
    left: 50%;
    margin-left: -212px;
    margin-top: 20px;
    overflow: auto;
    position: relative;
    width: 425px;
}

.new_popin .content .lister .friend_line{
	padding:10px;
	border-bottom:1px solid #ccc;
	line-height:56px;
}

.new_popin .content .lister .friend_line:hover{
	background-color:#edfaff;
}

.new_popin .content .lister .friend_line .pic{
	margin-right:10px;
}

.new_popin .content .lister .friend_line a{
	line-height:36px;
	color:#333;
}

.new_popin .content .lister .friend_line a:hover{
	color:#09c;
}

.new_popin .content .lister .friend_line a.add_friend{
	color:#09c;
	font-weight:normal;
}

.new_popin .content .lister .friend_line a.add_friend:hover{
	color:#333;
}

.new_popin .content .lister .friend_line .add_friend_parent{
	font-weight:normal;
	line-height:36px;
	float:right;
}