#friendship_btn {
	position:fixed;
	top:10px;
	right:15px;
	padding:0;
	margin:0;
	z-index:99999;
	list-style:none;
}
#friendship_btn li{
	float:left;
	margin-left:10px;
}
#friendship_short_signup, #friendship_short_login, #friendship_short_info, #friendship_short_profile, #friendship_short_settings{
	background: #ff9200;
	background: -moz-linear-gradient(center top , #ffb500, #ff9200) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, center top, center bottom, color-stop(0%,#ffb500), color-stop(100%,#ff9200)) repeat scroll 0 0 transparent;
	background: -o-linear-gradient(top,#ffb5000,#ff9200);
	border: 1px solid #f58d03;
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#ff9200, endColorStr=#ffb500);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#ff9200, endColorStr=#ffb500);
	display:inline-block; /* IE is so silly */
	padding:7px 6px;
	border-radius: 3px;	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color:#000;
	font:bold 12px/14px Tahoma, Geneva, sans-serif;
	box-shadow:2px 2px 1px rgba(0, 0, 0, 0.2);
}
#friendship_short_signup a, #friendship_short_login a, #friendship_short_info a, #friendship_short_profile a, #friendship_short_settings a{
	color:#000;
	cursor:pointer;
	text-decoration:none;
	padding: 0 0 0 20px;
	text-shadow:0 1px 0 #FFD370;
	font-weight:bold;
	font-size:12px;
}
#friendship_btn #friendship_short_signup a{background:url(../vcard-btns-sprite.png) no-repeat scroll 0 0 transparent; width:16px; height:16px;}
#friendship_btn #friendship_short_login a{background:url(../vcard-btns-sprite.png) no-repeat scroll 0 -16px transparent; width:16px; height:16px;}
#friendship_btn #friendship_short_settings a{background:url(../vcard-btns-sprite.png) no-repeat scroll 0 -32px transparent; width:16px; height:16px;}
#friendship_btn #friendship_short_profile a{background:url(../vcard-btns-sprite.png) no-repeat scroll 0 -48px transparent; width:16px; height:16px;}
#friendship_btn #friendship_short_info a{background:url(../vcard-btns-sprite.png) no-repeat scroll 0 -64px transparent; width:16px; height:16px;}

.contacts-list{
	width:200px;
	max-height:160px;
	background: #fff;
	border: 1px solid #DDDDDD;
	border-radius: 2px;
	position: fixed;
	top:40px;
	right:15px;
	z-index:99999;
	box-shadow:0 4px 16px rgba(0, 0, 0, 0.2);
	padding:5px;
	overflow-y:auto;
	opacity:0.8;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	border-radius: 5px;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-weight:normal;
}
.contacts-list-unit{
	max-height:150px;
	margin:7px 0;
}
.contacts-list-unit label{
	color:#000;
	cursor:pointer;
	text-shadow:none;
}
.idnt-ads-profile{
	position:absolute;
	width:200px;
	height:200px;
	bottom:10px;
	right:10px;
	z-index:9999;
	display:block;
}