/*------------------------------------------------------------------ 
  Pok3 - Ghostery Redesign (Ver. 1.0)
  Author: Fabio Fernandes a.k.a Pok3
  twitter: http://twitter.com/pok3
  deviantART: http://pok3.deviantart.com
--------------------------------------------------------------------
  Tested on: Firefox 3.5.2
--------------------------------------------------------------------
  Description:
  
  Quick polish in the interface of other extension from my 
  personal "must-have-list": Ghostery.
--------------------------------------------------------------------
  Notes, setup and options:
  
  I have NOT used a single image for this one. It is pure CSS3.
  So i think it will work fine only in firefox 3.5+
--------------------------------------------------------------------
  Version History:
  
  - 29.AUGUST.2009 - Ver. 1.0 : First release.
-------------------------------------------------------------------*/

@namespace url(http://www.w3.org/1999/xhtml);

#__ghosteryfirefox {
	background: rgba(0, 0, 0, 0.9) !important;
	border: 0px solid rgba(255,255,255,0.3) !important;
	opacity: 1.0 !important;
	-moz-box-shadow: 0 0 7px rgba(79, 99, 109, 0.5) inset, 0 10px 5px rgba(145, 145, 145, 0.3) inset, 0 0 1px rgba(255, 255, 255, 0.9) inset, 0 4px 4px rgba(0, 0, 0, 0.4) !important;
	text-shadow: 0 0 5px rgba(255,255,255,0.9);
}
