@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

/********************************************************
 *	Modify Identity Favicon				*
 ********************************************************/
#identity-box,
#identity-box.unknownIdentity {
	-moz-border-image:none !important;
	margin: 4px 0 3px -3px !important;
	padding: 0 7px 0 6px!important;
	background: rgba(255,255,255,.30)!important;
	border-right: 1px solid #CBCDCF!important;
	-moz-border-radius-topleft: 3px !important;
	-moz-border-radius-bottomleft: 3px !important;
	-moz-box-shadow: 1px 0px 3px #CBCDCF!important;
	}
#identity-box label {color: black !important;}
#identity-box.verifiedIdentity {background: rgba(145,197,89,.75)!important;}
#identity-box.verifiedDomain{background: rgba(78,163,226,.75)!important;}

/********************************************************
 *	Modify Input Boxes				*
 ********************************************************/
menulist {
	-moz-appearance:none !important;
	-moz-background-clip:border !important;
	-moz-background-inline-policy:continuous !important;
	-moz-background-origin:padding !important;
	-moz-border-image:url(chrome://browser/skin/urlbar.png) 0 5 0 5 / 0 5px 0 5px !important;
	-moz-margin-end:3px !important;
	-moz-margin-start:2px !important;
	background:transparent none repeat scroll 0 0 !important;
	height:27px !important;
}

/********************************************************
 *	Modify AwesomeBar Dropdown			*
 ********************************************************/

panel[type="autocomplete-richlistbox"] {
	-moz-appearance: tooltip !important;
	padding: 3px 0 3px 0 !important;
	border: 0px dashed maroon !important;
}
.autocomplete-richlistbox {
	background: transparent !important;
}