.suggestSelectorWin {position: absolute; display: none; width: 190px; text-align: left; overflow: hidden; padding: 0; background: #dddddd; border: 2px solid #999999; z-index: 100;}
.suggestSelectorWin iframe {display: none; display: block; position: absolute; top: 0; left: 0; z-index:-1; filter: mask(); width: 3000px; height: 3000px;}
.suggestSelectorWin input {margin: 5px; width: 150px; font-size: 1.2em; background-repeat: no-repeat; background-position: right;}
.suggestSelectorWin img.close {float: right; margin: 5px; cursor: pointer;}
.suggestSelectorWin div.results {background: #eeeeee; margin: 0; width: 190px; height: 250px; overflow: auto; border-top: 2px solid #999999;}
.suggestSelectorWin div.results div {height: 20px; padding: 2px; overflow: hidden; border-bottom: 1px solid #aaaaaa; color: #000000; cursor: pointer;}
.suggestSelectorWin div.results div u {background: #444; color: #eee; text-decoration: none;}
.suggestSelectorWin div.results div img.i {margin: 0 2px; width: 16px; height: 16px; padding: 2px; background: #aaaaaa;}
.suggestSelectorWin div.results div img.s {margin: 1px 2px; width: 16px; height: 16px; float: right;}
.suggestSelectorWin div.results div.first {background: #f2f2f2;}
.suggestSelectorWin div.results div.second {background: #f2f2f2; border-bottom: 2px solid #999999;}
.suggestSelectorWin div.results div.selected {background: #dddddd;}
.suggestSelectorWin div.results div.loading {background: url('/g/s.gif') no-repeat 50%;}
.suggestSelectorWin div.results div.hover {background-color: #999999; color: #ffffff;}

ul#suggestList {display: none; position: absolute; margin: 0; padding: 0; list-style: none; background: #ddd; border: 1px solid #716f64; z-index: 1000; width: 280px;}
ul#suggestList li {background: #fff; padding: 2px 5px; cursor: default; margin: 0; height: 18px; overflow: hidden; color: 111;}
ul#suggestList li.selected {background: #39f; color: #eee;}
ul#suggestList li.all {border-top: 1px #716f64 solid; font-weight: bold; color: #333;}
ul#suggestList img {background: #999; padding: 1px; width: 16px; height: 16px; margin: 0 5px 0 0;}
ul#suggestList u {color: #111; text-decoration: none;}