#contact_list_holder {
	position: absolute;
	background-color: #fff;
	z-index: 10;
	left: 160px;
	width: 300px;
	/*
	height: auto;
	overflow: hidden;
	*/
	max-height: 360px;
	overflow: auto;
	border: 1px solid #000;
	top: 25px;
	display: none;
}
.contact_list, .contact_list li {
	list-style-type: none;
	margin: 0 !important;
	padding: 0 !important;
}
.contact_list li {
	height: 60px;
	border-bottom: 1px solid #eee;
	color: #000;
	font-size: 0.9em;
	font-weight: bold;
}
#add_contact_list li {
	height: 50px;
	padding: 5px !important;
}
.contact_list li a {
	display: block;
	color: #000;
	text-decoration: none;
	height: 50px;
	padding: 5px;
}
.contact_list li a:hover {
	background-color: #3b5998;
	color: #fff;
}
.contact_list #item_add_contact {
	border-top: 1px solid #ececec;
	height: 30px;
	text-align: center;
	line-height: 20px;
}
.contact_list #item_add_contact a {
	color: #3b5998;
	height: 20px;
}
.contact_list #item_add_contact a:hover {
	color: #fff;
}
.contact_list .fb_pic {
	float: left;
	display: block;
	margin-right: 10px;
}
.contact_list .fb_name {
	display: block;
	margin: 5px 0;
}
.contact_list .fb_phone {
	display: block;
}
.contact_list .cleaner {
	heiht: 1px;
	clear: both;
	visibility: hidden;
}

#add_contact_holder {
	z-index: 100;
	position: absolute;
	-moz-border-radius:8px 8px 8px 8px;
	background: none repeat scroll 0 0 rgba(82, 82, 82, 0.7);
	padding: 10px;
}
#add_contact_form {
	
}
#add_contact_content {
	background-color: #fff;
	overflow: auto;
	border: 1px solid #555;
	border-bottom: 0 none;
}
#add_contact_close {
	border: 1px solid #555;
	border-top: 1px solid #ccc;
	background-color: #f2f2f2;
	height: 45px;
	text-align: right;
	padding-right: 10px;
	line-height: 45px;
}
.inputsubmit {
	color: #fff;
	background-color: #3b5998;
	border: 1px solid #000;
	outline: medium none;
	padding: 3px 6px;
	font-weight: bold;
}