#bbcSearch * {
  color:#000;
  font-family:arial;
  font-size:13px;
  font-weight:normal;
  margin:0!important;
  padding:0!important;
}

#bbcSearch {
  float:right;
  margin:5px;
  position:relative;
  background-color:#a00;
  border:1px solid #ffa;
  width:180px;
}

#bbcSearch a {
  cursor:pointer;
  text-decoration:none;
}

#bbcSearch a.loading, #bbcSearch a.home{
  display:block;
  background:transparent url('http://l.yimg.com/us.yimg.com/i/us/my/mw/anim_loading_sm.gif') 50% 50% no-repeat;
  position:absolute;
  top:5px;
  left:5px;
  height:16px;
  width:16px;
}

#bbcSearch a.home {
  background-image:url('http://news.bbc.co.uk/favicon.ico');
}

#bbcSearch dl{
  background-color:#fff;
  display:none;
  margin:0 5px 5px 5px!important;
  position:relative;
  width:170px;
}

#bbcSearch dl dd {
  background:#ffd; 
  border:1px solid #000;
  display:none;
  margin:0 5px!important;
  overflow:hidden;
  position:absolute; 
  width:160px;
}

#bbcSearch dl dd p {
  margin:5px!important;
  font-size:87%;
  font-weight:normal!important;
}

#bbcSearch dl dt {
  position:relative;
  text-indent:15px;
  overflow:hidden;
  white-space:nowrap;
  width:170px;
}

#bbcSearch dl dt.odd {
  background-color:#eee;
}

#bbcSearch dl dt a.bookmark {
  background:transparent url('http://l.yimg.com/us.yimg.com/i/ypicks/icons/delicious12.gif') 0 50% no-repeat;
  left:2px;
  height:1.2em;
  position:absolute;
  top:0;
  width:12px;
}

#bbcSearch input {
  border:0;
  margin:5px 5px 5px 26px!important;
  height:16px;
  width:149px;
}