
	#searchid
	{
		
	}
	#result
	{
		position:absolute;
		width:200px;
		max-height:300px;
		padding:10px;
		display:none;
		margin-top:29px;
		border-top:0px;
		overflow:auto;
		border:1px #CCC solid;
		background-color: white;
		z-index:99999999999;
	}
	.show
	{
		padding:5px; 
		border-bottom:1px #999 dashed;
		font-size: 11px;
		height:auto;
		color:#555;
		font-weight:bold;
	}
	.show:hover
	{
		background:#4c66a4;
		color:#FFF;
		cursor:pointer;
	}
	
/* */


	#searchid1
	{
		
	}
	#result1
	{
		position:absolute;
		width:450px;
		max-height:300px;
		padding:10px;
		display:none;
		margin-top:-1px;
		border-top:0px;
		overflow:auto;
		border:1px #CCC solid;
		background-color: white;
		z-index:99999999999;
	}
