.rowactive {
	background: #ebebeb;
}
/*LISTBOX-VIEW*/
.friendsitem {
	margin:5px;
}
.friendsitem-image {
	float:left;
	width: 80px;
}
.friendsitem-infoblock {
	width:455px;
	margin: 0 0 0 10px;
	float:left;
	cursor:pointer;
}
.friendsitem-links {
	float:right;
	width:100px;

}
.friendsgreybox  {
	border: 5px solid #989898;
	background-color: #ebebeb;
	margin: 10px 19px 0 0;
	min-height:135px;
	height:auto!important;
	height:135px;
	padding:10px;
}
.friendsgreybox-pop {
	border: 1px solid #989898;
	margin: 10px 19px 0 0;
	min-height:135px;
	padding:10px;
	width:400px;
	position:absolute;
	left: 0;
	top: 0;
	height:250px; 
	border: 3px solid #989898;
	background-color:#EBEBEB;
	display: none;
}
.friendsgreybox-text {
	margin: 2px 4px 1px;
	padding: 2px 4px;
}
.friendsgreybox-pop a {
	float:right;
	margin:36px 0 0 0;
	background:#000000;
	color:#ffffff;
	padding:4px;
	text-decoration:none;
}
.friendsgreybox-pop a:hover {
	background:#000000;
	color:#ffffff;
}
.friendsgreybox-pop form {
	margin: 2px 4px 1px;
	padding: 2px 4px;
}
/*ALERT BOX*/
.smallInfo{
	position:absolute;
	top:40px;
	left:50px;
	width:400px;
	z-index:1001;
	border-width:5px;
}
.smallInfo input{
	position:absolute;
	right:10px;
	bottom:20px;
}
#fimfa {
	background: #989898;
	color: #fff;
}
.friendsitem_links_border {
	border-bottom: 1px solid #989898;
	padding: 3px 0;
}
.friendslist a {
	text-decoration: none;
}
