/* CSS - Form Search Username */

#comp_form_search_username {

	float:left;
	width:260px;
	overflow:hidden;

}


#comp_form_search_username .submit {

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

}

#comp_form_search_username .submit:hover {

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

}

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

}

#comp_form_search_username .input_text {

	width:190px;

}