.item_list
{
	border-top: 1px solid #ddd;
}

.item_list .list_item 
{
	border: none;
	border-bottom: 1px solid #ddd;
	padding: 6px 0px;
	background-color: #fff;
	margin: 0px;
}

.item_list .list_item p
{
	margin: 0px 0px 1px;
}

.item_list .list_item span
{
	color: #888;
}

.item_list .list_item .icon
{
	border: 1px solid #999;
	margin-right: 10px;
	margin-top: 1px;
	float: left;
}

.image
{
	border: 1px solid #aaa;
}

.find_friend
{
	background-color: #ccc;
	border: 1px solid #aaa;
	padding: 5px;
	margin: 5px 0px;
}

.find_friend h3
{
	margin: 0px;
}

.find_friend a
{
	color: #d51216;
}

.user
{
	background-color: #f6f6f6;
	padding: 5px;
	border: 1px solid #ddd;
}

.user h4, .user p
{
	margin-bottom: 3px;
}

.user .image
{
	border: 1px solid #aaaaaa; 
}

.map_error
{
	border: 1px solid #9e2d2d; 
	background: #fdd2d2 url('/images/icons/exclamation.png') 8px 8px no-repeat;
	margin-bottom: 10px;
	padding: 10px 10px 10px 30px;
}

.map_notice
{
	border: 1px solid #675f1c; 
	background: #f1ebbb url('/images/icons/error.png') 8px 8px no-repeat;
	margin-bottom: 10px;
	padding: 10px 10px 10px 30px;
}

.map_error p, .map_notice p
{
	margin: 0px 0px 5px 0px;
}


.icon
{
	border: 1px solid #ccc;
}



.import_selector
{
	border-top: 1px solid #ddd;
}

.import_selector div.option
{
	border-bottom: 1px solid #ddd;
	background-color: #f6f6f6;
	padding: 5px;
}

.import_selector div.option div.content
{
	margin-top: 5px;
	background-color: #fff;
	padding: 5px;
}




.stream_top
{
	background: #eeeeee url('/images/stream_bg.jpg') no-repeat 0px -9px; 
	padding: 6px 5px 6px 12px; 
	border-bottom: 1px solid #fff;
	font-size: 12px;
	font-weight: bold;
	color: #888;
}

.stream_top span
{
	float: right;
	font-size: 11px;
	color: #666;
	font-weight: normal;
}

.stream_bottom
{
	margin-left: 5px; 
	background: #f6f6f6; 
	font-size: 12px;
	color: #444;
}

.stream_bottom p
{
	margin-bottom: 5px;
}

.stream_bottom span
{
	font-style: italic;
	font-size: 11px;
}

.stream_comments
{
	margin-left: 5px; 
	background: #eee; 
}

.stream_comments .comment
{
	border-top: 1px solid #fff;
	padding-left: 25px;
}

.stream_border
{
	margin-left: 5px; 
	background-color: #ccc;
	height: 2px;
}