/* CSS - Form Search Keyword */

#comp_form_search_keyword {

	float:left;
	width:260px;
	margin-left:20px;
	overflow:hidden;

}


#comp_form_search_keyword .submit {

	width: 60px;
	height: 18px;
	padding: 18px 0 0;
	background: transparent url(../../img/button/search_btn.gif) no-repeat center top;

}

#comp_form_search_keyword .submit:hover {

	background: transparent url(../../img/button/search_btn.gif) no-repeat 0 -18px;

}

#comp_form_search_keyword .content_box_body {
	
	padding-left:20px;

}

#comp_form_search_keyword .input_text {

	width:190px;

}

