.FriendList{	position:relative;	height:240px;	overflow:hidden;	border:1px solid #0B4181;}.FriendList .bg{	position:absolute;	top:0px;	left:0px;	width:100%;	height:100%;	background-color:#fff;	opacity:0.5;}.FriendList .letters{	position:relative;	text-align:center;	border-bottom:1px solid #eee; }.FriendList .letters table{	display:inline;}.FriendList .letters td{		width:12px;	text-align:center;	cursor:hand;	cursor:pointer;}.FriendList .letters td.selected{	font-weight:bold;	background-color:Highlight;	color:HighlightText;}.FriendList .list{	position:relative;	height:217px;	overflow:auto;	background-repeat:no-repeat;	background-position:center center; }.FriendList .list.load{	background-image:url('http://ifrype.com/img/load.gif');}.FriendList .list table .col1{	width:20px;}.FriendList .list td div{ 	overflow:hidden;	white-space:nowrap;	background-position:left center;	background-repeat:no-repeat;	padding-left:15px;}.FriendList .startText{	margin-top:100px;	text-align:center;}.FriendListItemGroup{	background-color:#ECECEC;	color:#700;	}.FriendListItemDisabled{	color:#747474;}