/* --- component Form Search Keyword CSS --- */

.form_search_keyword_container
{
   	width:480px;
   	margin: 2px auto;
}

.form_search_keyword_tbl
{
   	background: #fff4e4;
}

.form_search_keyword_tbl_left
{
	width: 150px;
	font-weight: bold;	
	color: #5B5B5B;
	padding-left: 20px;
}

.form_search_keyword_cap
{

	font-weight:bold;
	font-size:17px;
	color:#e38e11;
	padding:15px 0 3px 5px;

}

.form_search_keyword_top
{

    	background: #fff url('../../img/search_top.gif') no-repeat;
    	width:480px;
   		height:24px;
   		clear:both;
}

.form_search_keyword_bottom
{

    	background: #fff url('../../img/search_bottom.gif') no-repeat;
    	width:480px;
    	height:24px;
    	clear:both;
		text-align: center;
}
