

#XBLGSearchBox .ui-corner-all{
  -moz-border-radius-bottomleft:0.8em;
  -moz-border-radius-bottomright:0.8em;
}
#XBLGSearchBox input{

  font-weight:bold;
  color:silver;
  border:0px;
  width:150px;
  height:16px;
  background:white url(../images/searchbox_input_bg.png) repeat-x scroll 50% 50%;
  padding-right:20px;
  padding-left:5px;

}

