.placement_box{
	width: 500px; 
	margin-left: 90px;
}

.search_box{
	float: right;
	padding-top: 5px;
}

input.search_text{
	float: left; 
	border: 1px solid #747573; 
	height: 15px; 
	width: 144px; 
	padding: 3px; 
	font-size: 11px;
}

input.search_button{
	float: left;
	width: 21px;
	height: 21px;
	padding-left: 5px;
}

.search_hr{
	margin-bottom: 15px;
	font-size: 1px;
	height: 1px;
	width: 625px !important;
	background-color: #E0E4CC;
}

.search_row{
	height: 80px;
	padding-top: 5px;
}

.odd{
	background-color: #FFF;
}

.result_pic {
	padding-left: 5px;
	padding-right: 10px;
	width: 75px;
	height: 75px;
	float: left;
}

.result_pic img{
	width: 75px;
	height: 75px;
	border: 0px;
}

.result_text{
	font-family: Arial;
	color: #999;
}

.result_name{
	font-size: 18px;
}

.result_location{
	float: left;
	font-size: 14px;
}

.add_friend{
	margin-top: -17px;
	float: right;
	width: 95px;
	background: url(../images/add_friend.png) no-repeat top left;
}

.remove_friend{
	margin-top: -17px;
	float: right;
	width: 110px;
	background: url(../images/remove_friend.png) no-repeat top left;
}

.add_friend_text{
	padding-left: 25px;
	font-size: 12px;
}

.add_friend_text a{
	text-decoration: none;
	color: #999;
}

.add_friend_text a:hover{
	text-decoration: underline;
}

.paging_nav{
	float: right; 
	font-family: Arial; 
	font-size: 100% !important; 
	color: #999 !important;
}

a.pagingLink{
	color: #69d2e7;
	text-decoration: none;
}

a.pagingLink:hover, a.pagingLink:active{
	text-decoration: underline;
}
