﻿.pleaseNote
{
	display: block;	
}
.cQuote1
{	
	overflow: hidden;
}
.item
{

}
.highlightedItem
{
    background-color: Silver;
}
.scrollAutoComplete
{
    border: 1px solid buttonshadow;
    margin: 0px;
    padding: 0px;
    text-align: left;
    cursor: default;
    list-style-type: none;
    list-style-image: none;
    list-style-position: outside;
    background-color: window;
    color: windowtext;
    position: absolute;
    width: 202px;
    left: 403px;
    top: 288px;
    max-height:200px;
    overflow:scroll;
}