.suggest {
 	background-image:none;
	background-repeat:repeat;
	background-attachment:scroll;
	background-position:0 0; 
	border: solid 1px #000; 
	position: absolute;
	height: 21px;
	z-index: 100;
	float : left;
	clear:both;
} 

#soek-results { width : 159px; border : 1px solid #000; background : #fff; display : none; float : left; margin-left: 70px; }
* html div#soek-results { position: absolute; width : 159px; float: left; display: none; z-index: 100; clear: both; top: 22px; left: 0px; } /* box model hack */
.sr, .srs { width : 100%; float : left; font-size : 13px; padding : 1px 0 0 0;}
.sr { background-color : #fff; color : #000; }
.srs { background-color : #84C128; color : #fff; cursor : pointer;}
.sr .src { color : #ec6909; }
.srs .src { color : #fff; }
.srt { float : left; font-size : 11px; margin-left : 4px;  }
.src { float : right; font-size : 10px; margin-right : 3px; padding-top : 2px; }
