.div_item {
margin: 0px;
padding: 2px;
text-indent: 0px;
}
.padding_div{
width: 350px;
border-top : 2px solid #666;
border-right  : 1px solid #666;  
border-bottom  : 1px solid #666;  
border-left : 2px solid #999;  
position: absolute;
z-index: 999;
line-height: 100%;
display:block;
background-color: white;

 }


.active{
     color: white;
    background-color: #316Ac5;
}

.loading {
	background : Window url('autocomplete_indicator.gif') right center no-repeat;
}

