#searchArea {
	position: relative;
}

#search_content .message {
	margin:130px 0 0;
	text-align:center;
	width:240px;
	font-weight: bold;
}

#close_search {
	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;
}

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

#div_search_result {
	width: 250px;
	margin-left: 0px;
	height: auto;
	position: absolute;
	z-index: 100000;
	top: 44px;
	background-color: #000;
	display: none;
}

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

.result_search {
	margin-bottom: 5px; 
	margin-left: 5px;
}

.detail_search {
	float:left;
	margin-left:10px;
	width:120px;
	overflow:hidden;
	display: inline;
}

.detail_search a {
	font-size: 12px;
}

.top_search {
	background:black url(../images/top_search1.png) no-repeat 0 0;
	width:235px;
	height:9px;	
	overflow: hidden;
}

.body_search {
	background:black url(../images/body_search.png) repeat-y 0 0;
	width:235px;
	float: left;
}
.bottom_search {
	background:black url(../images/bottom_search1.png) no-repeat 0 0;
	width:235px;
	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:30px;
	left:225px;
	cursor:pointer;
}

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

.image_search img {
	width: 80px;
	height: 50px;
}
