#NamesPicker{
	background-color:#ffc;
	border:1px solid yellow;
	padding:5px;
	width:250px;
	margin:10px;
}

#NamesPicker input, #NamesPickerLabel{
	margin:2px;
}

#NamesList{
	border:1px solid #ccc;
	width:600px;padding:10px;
}

#NamesList td img, #search_results li{
	cursor:pointer;
}

#search_results  ul, #search_results  li{
	margin:0px;padding:0px;
}

#search_results  ul{
	margin-left:20px;
	margin-top:5px;
}

#search_results li{
	list-style-image:url(/app/images/bullets/user.gif);
	margin:3px;
}

#search_results li:hover{
	text-decoration:underline;
}


/* Other styles used in the demo */

.right{
	float:right;
}

.gray{
	color:#999;
}

.block{
	display:block;
}

img.link{
	cursor:pointer;
}