.autocomplete-w1 { background:url(http://jim.quesenberry.prudentialhomesale.com/shared/jsscripts/autocompleter/shadow.png) no-repeat bottom right; position:absolute;
                    top:4px; left:3px; /* IE6 fix: */ _background:none; _top:1px; }
.autocomplete { width:300px; border:1px solid #999; background:#FFF; cursor:default; text-align:left; max-height:350px; font-size: 8pt;
                font-family: Trebuchet MS, Verdana, Arial, Helvetica; overflow:auto; margin:-6px 6px 6px -6px; 
                /* IE specific: */ _height:350px;  _margin:0px 6px 6px 0; overflow-x:hidden; }
.autocomplete .selected { background:#F0F0F0; }
.autocomplete div { padding:2px 5px; white-space:nowrap; }
.autocomplete strong { font-weight:normal; color:#3399FF; }
.autocompleterState { font-weight: bold!important; font-size: 10pt; }

/*examples*/
#autocompleteExamples { width: 397px; height: 200px; border: 1px solid #999; position:absolute; z-index:998; background-color:white;
						-webkit-box-shadow: 1px 1px 1px 1px rgba(3, 3, 3, .2); box-shadow: 1px 1px 1px 1px rgba(3, 3, 3, .2); }
#autocompleteExamples #dropdown_heading { display: block; background: #f1f2f4; font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: 100; color: #9f9f9f; padding: 5px 15px; }
#autocompleteExamples #example_title { float: left; width: 130px; font-family: Arial, Helvetica, sans-serif; font-size: 9pt; margin: 4px 0 0 25px; line-height: 18px; color: #4a4a4a; }
#autocompleteExamples #example_entries { float: left; width: 230px; font-family: Arial, Helvetica, sans-serif; font-size: 9pt; margin: 4px 0 0 0px; line-height: 18px; font-weight: bold; color: #282828; }
#autocompleteExamples ul { list-style-type: none; padding: 0; margin: 5px 0 0 0; }
#autocompleteExamples li { margin: 0 0 5px 0; }

#autocompleteExamplesAgent { width: 397px;height: 140px;border: 1px solid #999;position: relative;z-index: 998;background-color: white;
							-webkit-box-shadow: 1px 1px 1px 1px rgba(3, 3, 3, .2);box-shadow: 1px 1px 1px 1px rgba(3, 3, 3, .2);
							float: left;margin-top: -45px; }
#autocompleteExamplesAgent #dropdown_heading { display: block; background: #cccccc; font-family: Arial, Helvetica, sans-serif; font-size: 10pt; 
											font-weight: bold; color: #969696; padding: 2px; }
#autocompleteExamplesAgent #example_title { float: left; width: 100px; font-family: Arial, Helvetica, sans-serif; font-size: 9pt; margin: 6px 0 0 5px; }
#autocompleteExamplesAgent #example_entries { float: left; width: 275px; font-family: Arial, Helvetica, sans-serif; font-size: 9pt; margin: 6px 0 0 0px; 
											font-weight: bold; }