/*
 _______________________________________________________________________
|                  |                                                    |
|          Title:  |  Rounded Awesome Bar Highlight for Firefox 3       |
|    Description:  |  Rounds the Row Selector on the new AwesomeBar     |
|         Author:  |  -=Ben=-                                           |
|   Date Created:  |  July 3, 2008                                      |
|   Last Updated:  |  July 3, 2008                                      |
|        Version:  |  1.0.0.0                                           |
|__________________|____________________________________________________|

*/


@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);


.autocomplete-richlistitem
{
  -moz-border-radius: 19px !important;
}