@charset "utf-8";
/* CSS Document */

#search_term {
	border: 1px solid #666;
	width: 250px;
	font-size: 1.2em;
}

.search_item {
	display: block;
/*	clear:both;
*/	float:left;
	margin-bottom:10px;
}

.search_item img {
	float:left;
	width: 44px;
	height: 44px;
}
.i_summary {
	float:left;
	margin-left: 5px;
	width: 680px;
}
.search_item font {
	width: 680px;
	display: block;
	overflow: hidden;
}

#search_results {
	border-bottom: 1px solid Gainsboro;
	margin-bottom: 10px;
	padding-bottom: 10px;
	float:left;
}

#people_matches {
    border: 1px silver solid;
    background-color: #eef2f2;
    color: black;
    margin: 0 5px 15px;
    padding: 5px 10px;
    font-size: 90%;
}

#people_matches p {
    margin: 0;
    padding: 0;
    color: #444;
    font-weight: bold;
    clear: left;
}

#people_matches div.search_item {
    margin-top: 5px;
    margin-bottom: 5px;
}

#people_matches .i_summary {
    width: 650px;
}

div.search_item_hidden a {
    color: #c00;
}

div.search_item_hidden span.hidden_reason {
    background-color: #fcc;
    font-size: 90%;
