#editSearch {
	background: #eee; padding:10px; border:0 none;
}
#botaoSearch {
	border: 1px solid #222;
	color: #eee; 
	background:  #4591fa;
	margin-left: -3px;
	color:#fff;
	font: 'trebuchet ms', trebuchet;
	padding:10px 10px 10px 22px;
	border:0 none;
	font-weight:bold;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
}
#botaoSearch:hover {
	cursor: pointer;
	background:  #2375E6;
}