/* CSS Document */

.friendList2 div.imgs
{
    width:88px;
    height:31px;
    float:left;
    margin-left:3px;
    cursor:pointer;
    background-repeat:no-repeat;
    background-position:50% 50%;
}

.friendListCss
{
	height:31px;
	width:880px;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:25px;
	padding-right:25px;
	background-image:url(../images/friendList.gif);
	background-position:50% 50%;
	background-repeat:no-repeat;
}

.friendList
{
	float:left;
	overflow:hidden;
	height:31;
	width:880px;
}

.friendList1
{
	float:left;
	height:31px;
	width:4004px;
}

.friendList2
{
	float:left;
	width:2002px;
	height:31px;
}

