#applesearch .sbox input {
	/*default styling*/
	width: 180px;
	
	float:right;
}

#content {
	clear: both;
}

#applesearch {
position:relative;
float:right;
/*Posicion del buscador en la barra*/

top:-21px;
/*end*/
 width:220px;
height:11px;
}
#applesearch .sbox_l  {
	background:  url('lupa.gif') no-repeat top left;
	float: left;
	width: 23px; height: 18px;
}

#applesearch .sbox_r  {
	background:  url('buscar.gif') no-repeat top left;
	float: left;
	width: 52px; height: 18px;
}

#applesearch .sbox input {
	/*background: white url('srch_bg.gif') repeat-x top left;*/

	float: left;
	border: 0;
	height: 16px; width: 142px;
/*
	padding: 3px;
	font: 11px/13px arial;
	color: #000;
	line-height:13px;
	*/
}

#content {
	clear: both;
}
