/*Search */

.search_box
{
 	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.search_box p
{
 	margin-top:5px;
	margin-bottom:8px;
}
.search_box .category
{
	margin-top:0px;
	margin-bottom:15px;	
	font-size:11px;
}

.search_error_box
{
margin-bottom:95px;
	
}

.search_result_form
{

}
.search_result_table
{
	width:95%;
}

.search_result_table td
{
	padding:5px;
}
.search_result_title
{
font-weight:bold;
padding-bottom:3px;
}
.search_date
{
color:#494949;
font-size:11px;
}
.search_result_title a
{
 text-decoration:none;
 color:#EA5304;
}

.search_result_title a:hover
{
text-decoration:underline;
}
.search_result_total
{
	width:350px;
	background-color:#F4F4F4;
	border: 1px solid #CCCCCC;
}
.search_result_limit
{
text-align:right;
background-color:#F4F4F4;
border: 1px solid #CCCCCC;
}
.search_result_form table td	
{
padding-top:5px;
padding-bottom:5px;
}

.search_result_list
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom:15px;
	padding-left:5px;
	padding-top:5px;
	padding-right:5px;
	margin-bottom:5px;
	margin-right:20px;
}

.search_result_list .highlight
{
	background-color:#FCE396;
	padding:1px;
}

.error_box
{
	border: 1px solid #1464a1;
	padding:5px;
	background-color:#F7F7F7;
	color:#FF0000;
	margin-right:20px; 
}
	
.search-outer-box{
	width:314px;
	float:right;
	}
.search-lft{
	background-image:url(../images/search-lft-boder.png);
	background-repeat:no-repeat;
	width:11px;
	height:28px;
	float:left;
	}
.search-middle{
	background-image:url(../images/search-middle-boder.png);
	background-repeat:repeat-x;
	width:302px;
	height:28px;
	float:left;
	}
.search-txt{
	font-weight:bold;
	color:#FFFFFF;
	font-family:Arial;
	width:54px;
	float:left;
	padding:5px 0px 0px 4px;
	}
.search-fld{
	width:200px;
	float:left;
	padding:2px 0px 0px 0px;
	}
.txt-fld{
	height:15px;
	width:200px;
	}
.go-button{
	width:24px;
	height:19px;
	float:right;
	padding:3px 10px 0px 0px;
	}							

