#search_content .bold {
	font-weight: bold;
}

#search_content .message {
	text-align:center;
	line-height: 300px; 
	font-weight: bold;
}

#search_content .highlight {
	color:#ddf100;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
}

#inputSearch {
	background-color: #333333;
	height:18px;
	padding:3px 0 0 6px;
	border:none;
	font-size: 11px;
	
	width: 130px;
	color: #fff;
}

#search_content .result_search {
	margin-bottom: 5px;
}

#search_content .image_search {
	float: left;
	margin-left: 15px;
	display: inline;
}

#search_content .detail_search {
	float: left;
	margin-left: 15px;
	width: 300px;
	display: inline;
}

.top_search {
	background:black url(../images/top_search.png) no-repeat 0 0;
	width:434px;
	height:8px;	
	overflow: hidden;
}
.body_search {
	background:black url(../images/body_search.png) repeat-y 0 0;
	width:434px;
	float: left;
}
.bottom_search {
	background:black url(../images/bottom_search.png) no-repeat 0 0;
	width:434px;
	height:9px;	
	overflow: hidden;
	clear: both;
}
#close_search {
	background:url(../images/close.png) no-repeat 0 0 transparent;
	display: none;
	width:40px;
	height:44px;
	position:absolute;
	z-index:100000;
	top:-24px;
	left:447px;
	cursor:pointer;
}

#close_search_content {
	background:url(../images/close.png) no-repeat 0 0 transparent;
	display: none;
	width:40px;
	height:44px;
	position:absolute;
	z-index:100000;
	top:29px;
	left:227px;
	cursor:pointer;
}

#div_search_result {
	width: 443px;
	margin-left: 17px;
	height: 434px;
	position: absolute;
	z-index: 100000;
	background-color: #000;
	display: none;
}

.search_title {
	margin-bottom: 0px;
}
.search_post {
	margin-bottom: 0px;	
}


