﻿#AutoCompleteExtender {
            padding:10px 0 0 0;
}
.autocomplete_completionListElement 
{  
           visibility : hidden;
           margin : 0px!important;
           padding:0;
           margin:0;
           border:0;
           /*border-width : 1px;
           border-style : solid;*/
           cursor : default;
           overflow : auto;
           height : 200px;
           text-align : left; 
           list-style-type : none;
}
/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
           background-color: #ffff99;
           color: black;
           padding: 5px 1px 5px 1px;
           font-family:verdana;
	       font-size :11px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
           background-color: window;
           padding: 5px 1px 5px 1px;
           font-family:verdana;
           font-size:11px;
}
