/* CSS Document */

/* search */
#search_top{
	clear:both;
	height: 35px;
	color: #ffffff;
	line-height: 35px;
	text-align:left;
	text-indent: 12px;
	/*font-weight: bold;*/
}
#search_content{
	clear:both;
	text-align:left;
	padding-left:12px;
}
#search_content a:link{
 
}
#search_content a:active{
 
}
#search_content a:visited{
	 
}
#search_content a:hover{
	color:#bf6c00;
	text-decoration:underline;
}
#search_bottom{
	clear:both;
}
.black{
	/*font-weight:bold;*/
}
.txtbox{
	width: 157px;
	height: 25px;
	font-size: 11px;
	font-family: "Arial","Helvetica", "sans-serif";
}

.txtbox2{
	width: 80px;
	height: 22px;
	font-size: 10px;	
	font-family: "Arial","Helvetica", "sans-serif";
}

.sbtn{
	width: 97px;
	height: 29px;
	background-image:url(images/btn_02.png);
	background-repeat:no-repeat;
	border: 0;
	cursor: pointer;
	background-color:transparent;
	_background-color:#578201;
}

.sbtn:hover{
	background-image:url(images/btn2_02.png);
}

.searchdetailright{
	float:right;
	margin-right:10px;
	padding-top:5px;
	text-align:right

}

.searchdetailright div{
	font-size:12px;
	color:#333;
	margin-bottom:5px
}