/* CSS Document */

/* search */
#search_top{
	clear:both;
	height: 35px;
	background-image:url(images/left_top.gif);
	background-repeat:no-repeat;
	color: #ffffff;
	line-height: 35px;
	text-align:left;
	text-indent: 12px;
	font-size:12px;
	font-weight: bold;
}
#search_content{
	clear:both;
	background-image:url(images/left_bg.gif);
	background-repeat:repeat-y;
	text-align:left;
	padding-left:12px;
}
#search_content a:link{
	color:#000000;	
}
#search_content a:active{
	color:#000000;	
}
#search_content a:visited{
	color:#000000;	
}
#search_content a:hover{
	color:#000000;
	text-decoration:underline;
}
#search_bottom{
	clear:both;
}
.black{
	font-weight:bold;
	font-size: 11px;	
}
.txtbox{
	width: 162px;
	height: 22px;
	font-size: 12px;	
}

.txtbox2{
	width: 80px;
	height: 22px;
	font-size: 12px;	
}

.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);
}