div .cerca         {
	color: #606060;
	background-color: #fff;
	background-image: url("/jquery/autocomplete/g/ImgSearch.png");
	background-repeat: no-repeat;
	background-position: -3px -1px;
	margin: 0;
	padding: 2px 3px 2px 20px;
	overflow: hidden;
	border-style: solid;
	border-width: 1px;
	border-color: #858585 #858585 #bababa;
	-moz-border-radius: 8px;
	-o-border-border-radius: 8px 
	-icab-border-radius: 8px 
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px 
 }
div .cerca:hover     {
	color: #00095d;
	background-color: #e3e3ff }

