﻿.autocomplete{
    position:absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width:400px;
   	margin : 0px!important;
	background-color : white;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
    text-align : left; 
    list-style-type : disc;
    padding-left:25px;
    font-size:11px;
}



.autocomplete ul {

    margin: 0;
    padding:0 0 5px 0px;
}
.autocomplete li{
    margin: 0;
    padding: 2px 10px;
}
.autocomplete li.selected {
    background-color: #FFFCCC;
    color: #678F00;
    text-decoration: underline;
    cursor:pointer;
}



.autocompleteForSearch{
    position:absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width:500px ! important;
   	margin : 0px!important;
	background-color : white;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
    text-align : left; 
    list-style-type : disc;
    padding-left:25px;
    font-size:11px;
}



.autocompleteForSearch ul {

    margin: 0;
    padding:0 0 5px 0px;
    width: 500px ! important;
}
.autocompleteForSearch li{
    margin: 0;
    padding: 2px 10px;
}
.autocompleteForSearch li.selected {
    background-color: #FFFCCC;
    color: #678F00;
    text-decoration: underline;
    cursor:pointer;
}



