/*Full transparent location bar by LaAser
license: GPL!!! */

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

#urlbar, #identity-box
{ -moz-appearance: none !important;
background-image: none !important;
background: transparent !important;
border: none !important; 
text-shadow: #666666 0px 0px 1px, white 1px 1px 3px, white 1px 1px 3px, white 0px 0px 8px, white 0px 0px 8px !important;
padding: 2px !important;}



#urlbar:hover,#urlbar:active
{ background: rgba(600, 800, 700, 0.8) !important;
-moz-border-radius-topleft: 11px !important;
	-moz-border-radius-bottomleft: 11px !important;
color: black !important;
border: 2px solid !important;
border-right: 2px inset !important;
text-shadow: #000000 0px 0px 0px, black 0px 0px 0px, white 0px 0px 0px, white 0px 0px 0px, white 0px 0px 0px !important;
padding: 0px !important;}

#page-proxy-stack
{
padding-left: 5px !important;
padding-right: 0px !important;
padding-top: 0px !important;
padding-bottom: 0px !important;
height: 16px !important;
width: 21px !important;
}
