/*
 ___________________________________________________________________________
|                  |                                                        |
|          Title:  |  Link Alert Extension - Transparent Icons              |
|    Description:  |  When hovering over a special link, alerts are see-thru|
|         Author:  |  -=Ben=-                                               |
|   Date Created:  |  August 13, 2008                                       |
|   Date Updated:  |  November 28, 2008                                     |
|        Version:  |  1.0.0.1                                               |
|__________________|________________________________________________________|

*/

@namespace url(http://www.w3.org/1999/xhtml);



#linkalert-icon-1,
#linkalert-box
{
  opacity: .8 !important;
  -moz-border-radius: 0px 0px 1px 1px !important;
}