}
#friend-selector {
	height: 300px;
	width: 550px;
}

#friend-selector .friends {
	height: 250px;
	overflow: auto;
	width: 550px;
}

#friend-selector ul {
	list-style-type: none;	
	margin: 0;
	padding: 0;
}

#friend-selector ul li {
	float: left;
	height: 64px;
	margin: 3px;
	overflow: hidden;
	width: 134px;
}

#friend-selector ul li a {
	display: block;
	height: 56px;
	padding: 4px;
}

.red-brilliant{
	color: #a52d2e;
}

#friend-selector ul li .picture {
	background-color: #FFF;
	background-position: 2px 2px;
	background-repeat: no-repeat;
	border: 1px solid #E0E0E0;
	display: block;
	float: left;
	height: 50px;
	margin-right: 5px;
	padding: 2px;
	position: relative;
	width: 50px;
	z-index: 1;
}

#friend-selector ul li strong {
	color: #222222;
	font-size: 11px;
	font-weight: normal;
	margin-top: 2px;
	width: 65px;
}

.loading {
	background: transparent url('http://static.padiri.com/images/spinner.gif') no-repeat center;
}