﻿
.autocomplete-w1 { background:url(../images/shadow.png) no-repeat bottom right; position:absolute; top:0px; left:0px; margin:8px 0 0 6px; /* IE6 fix: */ background:none; margin:0; }
.autocomplete { 

border:1px solid #999; background:#fff; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; /* IE6 specific:  height:350px;*/  margin:0; overflow-x:hidden; 
	border:4px solid #e9e9e9;
	background-color:#d4d4d4;
	border-radius:10px;

}
.autocomplete .selected { background:#e5eef3; cursor:pointer; }
.autocomplete div { font-size:12px;padding:2px 5px; white-space:nowrap; font-weight:bold; border-bottom:1px solid #F0F0F0 }
.autocomplete strong { font-weight:bold; color:#2c34c3; }
.autocomplete div p{ padding:0px 0px; margin:2px 0px; white-space:normal; font-style:italic; font-weight:normal;}
.autocomplete div p strong { font-weight:normal; }