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

#search_notes {
	width:700px;
	}

#search_query {
	margin-top:15px;
	margin-left:15px;
	margin-bottom:15px;
	}

div.result {
	width:auto;
	padding:15px;
	*height:85px;
	}

* html div.result {
	
	}

div.user_image {
	float:left;
	width:83px;
	text-align:center;
	margin-right:10px;
	margin-top:7px;
	}

div.user_image img {
	background:#FFF;
	padding:4px;
	border:1px solid #CCC;
	}

div.alt {
	background:#FFF;
	
	}

div.title {
	font-size:14px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:5px;
	}

div.description {
	font-style:italic;
	margin-bottom:5px;
	}

div.info {
	}
	
