/*   */
#search-results	{ 
position:absolute; 
z-index:90; 
top:40px; 
left:10px; 
visibility:hidden; 
}
		    
/* ! */
#search-results-pointer { 
width:0px; 
height:0px; 
border-left:20px solid transparent; 
border-right:20px solid transparent; 
border-bottom:20px solid #eee; 
margin-left:10%; 
}
		    
    /*  DIV,    ! */
#search-results-content { 
position:relative; 
padding:20px; 
background:#fff; 
border:3px solid #eee; 
width:380px; 
min-height:200px; 
-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5) 
}
									