ul.loading { height: 100px; background: #fff url(../images/spinner-32.gif) no-repeat center; opacity: .5; }
.profile-cards span.add,
.profile-cards span.remove,
#profile-search-results span.add,
#profile-search-results span.remove {
	display: inline-block;
	width: 16px;
	height: 16px;
	cursor: pointer;
}
#post-profile-cards, #profile-card-picker {
	clear: both;
}
.profile-cards li {
	border: 1px solid #e1e1e1;
	padding: 10px;
	width: 45%;
	float: left;
	margin: 10px 1% 10px 1%;
	height: 90px;
}
.profile-cards h4, #profile-search-results h4 {
	font-size: 1.2em;
	margin-top: 0px;
	margin-bottom: 5px;
}
.profile-search-bar {
	padding: 10px 0 10px 0;
}
.profile-drop-type {
	padding-left: 15px;
	padding-right: 5px;
}
.profile-search-bar h4 {
	font-size: 20px;
	font-weight: 600;
	padding: 4px 20px;
	margin: 0 0 20px 0;
	border-bottom: 2px solid #ff0013;
}
#profile-card-search {
	max-width: 500px;
}
#profile-search-results li {
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 15px;
}
#profile-advanced-settings-warning h4 {
	margin: 0;
	color: rgb(200, 50, 50);
}

.profile-cards span.add, #profile-search-results span.add {
	background: url( '../images/add.png' ) no-repeat scroll;
	float: right;
}
.profile-cards span.remove, #profile-search-results span.remove {
	background: url( '../images/remove.png' ) no-repeat scroll;
	float: right;
}
