SPAN.ResultKey {
			color : #000000;	
		}
		
		DIV.Result.Selected {
			background-color:##CCD7EB; 
			color: #000000;
		}
		
		DIV.Result.Selected SPAN.ResultKey
		{
			color: #000000;	
		}
		
		INPUT#q {
			width: 220px;	
		}
		
		DIV#resultBox {
			width: 220px;
			width:expression(220);
			margin-top:expression(-1);
			border: solid 1px #000000;
			border-top: none;
			display: none;
			z-index:100;
			position:absolute;
			background-color:white;
		}
		
		DIV.Result {
			width: 100%;
			height: 20px;
			cursor: default;
		}
		
		SPAN.ResultKey {
			float: left;
			margin: 2px;
			text-transform:capitalize;	
		}
		
		SPAN.ResultCount {
			float : right;
			margin: 2px;
			text-align: right;
		}
