
#cajaBuscar{
	position: relative;	
	height:25px;
	width:250px;
	padding:5px;
	background-image:url("/images/fondobuscar.gif");
	z-index:1;
}

#buscador{
	position: relative;	
	height:25px;
	width:506px;
	z-index:2;
}

#suggest_top{	
	width:0px;
	height:0px;
}

#suggest_center{
	background-color:#FFFFFF;
	border:1px solid #555555;
	width:311px;
	padding:5px;
}

#suggest_bottom{	
	width:0px;
	height:0px;
}

#suggest{
	position: absolute;
	width:311px;
	top:30px; 
	left:0px;
	font-size: 10px;
	padding: 0px;
	color: #333333;
	z-index:3;
}

#suggestBands{
	position: absolute;
	width:318px;
	top:30px; 
	left:0px;
	font-size: 10px;
	padding: 0px;
	color: #333333;
	z-index:10;
}

#suggestCity{
	position: absolute;
	width:318px;
	top:30px; 
	left:0px;
	font-size: 10px;
	padding: 0px;
	color: #333333;
	z-index:100;
}

#suggestHall{
	position: absolute;
	width:318px;
	top:30px; 
	left:0px;
	font-size: 10px;
	padding: 0px;
	color: #333333;
	z-index:100;
}

#suggestFriends{
	position: absolute;
	width:418px;
	top:30px; 
	left:0px;
	font-size: 10px;
	padding: 0px;
	color: #333333;
	z-index:10;
}

#suggest_center div{
	padding: 5px;
	width:301px;
	font-size: 10px;
	color: #333333;
	cursor:pointer;
}

#suggest_center div.select{ 
	background-color: #3366FF;
	color:#FFFFFF;
}

#suggest_center div.over{ 
	background-color: #444444;
	color:#FFFFFF;
}
