      

/*** FB MODAL CONTENT IFRAME ***/

body {
	font-family: Lucida Grande, Arial, Helvetica, Sans Serif;
}

p {
	font-size: 0.8em;
	height: 30px;
}

#friends {
	width: 330px;
	height: 230px;
}

.loading {
	background-image: url('/images/ajax-loader.gif');
	background-position: left top;
	background-repeat: no-repeat;
}

ul#friendslist {
	width: 390px;
	overflow: scroll;
	padding: 0px;
	margin: 0px;
	height: 290px;
}

#friendslist li.friend {
	float: left;
	border: solid 1px #CCC;
	margin: 0 5px 5px 0;
	width: 110px;
	height: 50px;
	list-style: none;
	padding: 3px;
	overflow: hidden;
}

#friendslist li.selected {
	border: solid 1px #333;
	background-color: #CCC;
}

#friendslist li.friend img {
	float: left;
}

#friendslist li.friend .name {
	width: 50px;
	float: right;
	color: #666;
	font-size: 0.6em;
}


#criteria label {
	font-size: 0.7em;
}

