.search_content
{
	/*height: 50px;*/
	/*width: 100%;*/
	text-align:left;
	padding:2px 2px 2px 2px;
}
.search_message
{
	font-weight: bold;
	text-align: center;
	margin-left: 2px;
	margin-bottom: 2px;
	margin-top: 2px;
	color:white;
	display:inline;
}

.search_scroll a
{
	text-decoration: none;
	margin: 0px;
	color: #173f5f;
}

.search_content input
{
	border: #999 1px solid;
	font-family: verdana, sans-serif;
	font-weight: normal;
	font-size: 13px;
}

.search_scroll
{
	position: absolute;
	top:260px;
	left:10px;
	margin: 0 auto;
	Display: none;
	background-color: white;
	z-index: 100;
	height: 200px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-collapse: collapse;
	border-bottom-style: solid;
	border-color: #ee0000;
	border-width: 3px;
	overflow-y: auto;
	overflow-x: hidden;
}

.search_scroll_b
{
	position: absolute;
	top:460px;
	left:10px;
	margin: 0 auto;
	Display: none;
	background-color: white;
	z-index: 100;
	height: 200px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-collapse: collapse;
	border-bottom-style: solid;
	border-color: #ee0000;
	border-width: 3px;
	overflow-y: auto;
	overflow-x: hidden;
}

.search_scroll div
{
	margin: 0 auto;
	text-align:left;
}

.search_suggest table
{
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border: 0px;
	padding: 0px;
	text-align:left;
	margin: 0px;
	width:700px;
	background-color: #ffffc0;
}

.highlightrow
{
	background-color: #dddddd;
	cursor: pointer;
}

