#facebox {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	text-align: left;
}
#facebox .popup {
	background:url(b.png);
	margin:0 auto;
}
#facebox .center,#facebox center{
	font-size: 14px;
	width: 420px;
}
#facebox .loading {
	text-align: center;
	background:url(bigloading.gif) no repeat;
	width: 420px;
}
#facebox .body {
	position: relative;
	background:#fff;
	border:1px solid #666;
	margin:8px;
}
#facebox .header {
	background: #509BE6;
	padding: 0px 5px;
	height:30px;
	line-height:30px;
}
#facebox .title {
	font-size:14px;
	font-weight:bold;
	line-height:30px;
	color:#fff;
	cursor:move;
}
#facebox .content {
	background:#fff;
	width:100%;
	padding:0px;
}
#facebox .content .content,#facebox center {
	width: 420px;
}

#facebox .bottom {
	border-top:1px solid #ccc;
	background:#f4f4f4;
	height:35px;
	line-height:35px;
	text-align:right;
	padding-right:10px;
}
#facebox .close{
	line-height:30px;
	padding: 8px 5px;
	float:right;
}
#facebox .close a {
	display:block;
	width:13px;
	height:13px;
	overflow:hidden;
	background:url(close.gif);
	text-indent:-999em;
}
#facebox .close a:hover {
	background-position:0 -12px;
}
#sayhello .content{
	width:90%;
	height:100px;
	padding:10px;
}
#sayhello img{
	float:left;
	margin:5px;
}
#makefriend .content{
	width:90%;
	height:100px;
	padding:10px;
}
#makefriend img{
	float:left;
	margin:5px;
}
.fb-yes,.fb-no{
    height:21px;
    padding:1px 10px 1px 10px;
    *padding:1px 5px;
    border:1px solid;
    border-color:#ddd #264f6e #264f6e #ddd;
    background:#2782d6;
    color:#fff;
    text-align:center;
    line-height:17px;
    letter-spacing:1px;
}
.fb-no {
    background:#eee;
    border-color:#fff #999 #999 #fff;
    color:#333;
}