.content{
	width: 900px;
	margin: 0 auto;
}
/*
#searchid
{
	width: 250px;
	border: solid 1px #000;
	padding: 5px;
	font-size: 11px;
}
*/
#result
{
	position: absolute;
	width: 280px;
	padding: 5px;
	display: none;
	margin-top: -1px;
	margin-left: -86px;
	border-top: 0px;
	overflow: hidden;
	border: 1px #CCC solid;
	background-color: white;
	z-index: 10000;
}

.show
{
	padding: 3px; 
	border-bottom: 1px #999 dashed;
	font-size: 13px; 
	height: 66px;
	line-height: 17px;
}

.show:hover
{
	/* background: #4c66a4; */
	background: #f3f3f3;
	color: #ffffff;
	cursor: pointer;
}
