/* CSS Document */

#add_address {
	width: 180px;
	height: 28px;
	display: block;
	overflow: hidden;
	text-indent: -1000px;
	background-image: url(../images/jp/button/btn_addplus.png);
	float: left;
}

#add_address:hover {
	background-position: bottom;
}

#sub_address {
	width: 180px;
	height: 28px;
	display: block;
	overflow: hidden;
	text-indent: -1000px;
	background-image: url(../images/jp/button/btn_minus.png);
	float: left;
}

#sub_address:hover {
	background-position: bottom;
}

#unblock_address {
	width: 180px;
	height: 28px;
	display: block;
	overflow: hidden;
	text-indent: -1000px;
	background-image: url(../images/jp/button/btn_unblock.png);
	float: left;
}
#unblock_address:hover {
	background-position: bottom;
}
#req_address {
	width: 180px;
	height: 28px;
	display: block;
	overflow: hidden;
	text-indent: -1000px;
	background-image: url(../images/jp/button/btn_req.png);
	float: left;
}
#req_address:hover {
	background-position: bottom;
}
#reqc_address {
	width: 180px;
	height: 28px;
	display: block;
	overflow: hidden;
	text-indent: -1000px;
	background-image: url(../images/jp/button/btn_reqcancel.png);
	float: left;
}
#reqc_address:hover {
	background-position: bottom;
}


#btn_yes {
	width: 60px;
	height: 28px;
	display: block;
	overflow: hidden;
	text-indent: -1000px;
	background-image: url(../images/button/YES.png);
	float: left;
}
#btn_yes:hover {
	background-position: bottom;
}

#btn_no {
	width: 60px;
	height: 28px;
	display: block;
	overflow: hidden;
	text-indent: -1000px;
	background-image: url(../images/button/NO.png);
	float: right;
}
#btn_no:hover {
	background-position: bottom;
}

#friend_send_msg {
	width: 50px;
	height: 28px;
	display: block;
	overflow: hidden;
	text-indent: -1000px;
	background-image: url(../images/button/btn-Message.png);
	float: left;
	margin-right: 10px;
}
#friend_send_msg:hover {
	background-position: bottom;
}

#friend_leak {
	width: 50px;
	height: 28px;
	display: block;
	overflow: hidden;
	text-indent: -1000px;
	background-image: url(../images/button/btn-allegation.png);
	float: left;
}
#friend_leak:hover {
	background-position: bottom;
}


.yesno_area {
	margin: auto;
	width: 200px;
	padding-top: 10px;
}
#friend_right_2 {
	position: absolute;
	margin-top: 30px;
	padding: 10px;
	width: 300px;
	right: 0px;
	line-height: 200%;
	background-color: #FFF;
	display: none;
	border: 1px solid #000;
}
.friend_right {
	position: relative;
	float: right;
}
.friend_inner {
	padding: 10px;
}

.info_body {
	width: 330px;
	max-height: 170px;
	background-image: url(../images/stuff/news.png);
	background-position: bottom;
	background-repeat: no-repeat;
	float: right;
	line-height: 120%;
}
.info_close {
	padding: 0px;
	margin: 0px;
	float: right;
	display: block;
	width: 149px;
	height: 13px;
	background-image: url(../images/jp/button/NEWStext.png);
	background-repeat: no-repeat;
	text-indent: -1000px;
	overflow: hidden;
}
.info_inner {
	padding: 10px 15px 10px 25px;
	font-size: 14px;
	height: 100%;
}
.info_inner_txt {
	font-size: 12px;
	max-height: 90px;
	overflow: auto;
	color: #F00;
}
