<style>

    span.suggestions {
        background-color: #EBEBEB;
        overflow: hidden;
        padding:1;
        margin:1;
		  border:1px;
    }
    span.suggestion,
    span.selected-suggestion {
        border: 0;
        background-color: #EBEBEB;
        font-weight: normal;
        height: 18px;
	font-size:12px;
	padding:1px;
	border-right:1px solid black;
	
    }
    span.selected-suggestion,
    span.selected-suggestion span.match {    
        background: #006699;
        color: white;
        cursor: pointer;
	border-right:1px solid black;
    }
    span.match {    
        text-decoration: underline;
    }
    span.no-match {
        font-weight: bold;
        color: #0000FF;
    }
</style>
<!--[if IE 6]>
<style>
    span.suggestions  {  
	    margin-left: -15px;
    }
</style>
<![endif]-->