#wrap {
position: relative;
}

#searchresults {
position: absolute;
left: 740px;
top: 151px;
width: 190px;
height: 310px;
overflow: auto;
}

html > body #searchresults {
background: url(tbg.png);
}

* html #searchresults {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='tbg.png');
}

#searchresults ul {
list-style: none;
margin: 0;
padding: 0;
height: 310px;
overflow: auto;
}

#searchresults li {
padding: 6px;
border-bottom: 1px solid #292929;
color: white;
}

#searchresults a {
color: white;
font-size: 12px;
text-transform: none;
}

#closeresults {
position: absolute;
top: 428px;
left: 897px;
z-index: 9999;
text-indent: -9999px;
display: block;
height: 25px;
width:  26px;
background: url(x.gif) no-repeat;
}

#indicator {
position: absolute;
top: 160px;
left: 725px;
}


