#suggestion_box{
position : absolute;
display : none;
width : 175px;  
z-index : 100;
}

#suggestion_box_content{
background-color : WHITE;
border : 1px solid #aaaaaa;
padding : 5px;
overflow : auto;
}

.suggestion_box_element{
cursor:hand;
cursor:pointer;
padding : 5px;
background-color : WHITE;
}

.sbox_link{
color : #3b5998;
font-size : 12px;
font-family : Arial, Verdana;
text-decoration : none;
}
