.img_findbox {
	background-color: white;
	border: 1px #ccc solid;
	font-family: arial;
	width: 300px;
	padding: 8px;
	height: 220px;
	position: absolute;
	top: 0;
	z-index: 10000;
	left: 0;
}

.img_findbox .img_findbox_input {
	width: 294px !important;
}
.img_findbox .img_findbox_res {
	overflow: auto;
	height: 150px;
}
.img_findbox .img_findbox_res ul {
	list-style-type: none;
	width: 294px;
	margin: 0;
	padding: 0;
}
.img_findbox .img_findbox_res ul li {
	background: #eee;
	border: 1px #ccc solid;
	margin-bottom: 1px;
	padding: 3px;
}
.img_findbox .img_findbox_res ul li.selected {
	background: #cfc;	
}

.img_findbox .img_findbox_res ul li img {
	float:right;	
}