.pesquizar_form
{
	background:url(../imgs/searchKeyword.jpg) repeat-x left top;
	border:0px;
	border-collapse:collapse;
	width: 110px;
	height:19px;
	margin-top:2px;

}
	





.pesquizar_btn
{
	background:url(../imgs/searchGo.jpg) repeat-x left top;
	border:0px;
	border-collapse:collapse;
	height: 19px;
	width: 24px;


}
.pesquizar_btn:hover{
		background-position: 0 -19px;
	}
.pesquizar_btn:active{
		background-position: 0 -37px;
	}
