@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("ssl.scroogle.org") {

html, body {
	background: #000		!important;
	color: #ccc			!important;
}

h3 {
	display: none			!important;
}

html > body > a,
html > body > blockquote > font > b,
html > body > center > font > font > a,
html > body > blockquote > p > font > a,
html > body > blockquote > center > font > font > font,
html > body > blockquote > center > form > font > font > a {
	display: none			!important;
}

font {
	font-family: Verdana, Sans	!important;
}

a {
	color: #0b0			!important;
	text-decoration: none		!important;
	font-weight: bold		!important;
	font-family: Arial, Sans	!important;
}

a:hover {
	color: #eee			!important;
}

b {
	background: #000		!important;
}

font[color="#c00000"] {
	color: #0d0			!important;
}

font[color="#008000"] {
	color: #070			!important;
}

blockquote > ul {
	margin-top: 5px			!important;
	padding-bottom: 20px		!important;
	border-bottom: dotted 1px #333	!important;

}

input[name="Gw"] {
	-moz-appearance: none		!important;
	-moz-border-radius: 15px	!important;
	border: solid 1px #333		!important;
	background: #111		!important;
	color: #ccc			!important;
	width: 600px			!important;
	font-family: Verdana, Sans	!important;
	font-size: 24px			!important;
	text-align: center		!important;
	padding: 4px 4px		!important;
}

input[name="Gw"]:active {
	border: solid 1px #0f0		!important;
	background: #030		!important;
}

input[type="submit"] {
	-moz-appearance: none		!important;
	-moz-border-radius: 15px	!important;
	border: solid 1px #333		!important;
	background: #111		!important;
	width: 40px			!important;
	height: 39px			!important;
	font-size: 0px			!important;
	padding: 0px 19px		!important;
	position: relative		!important;
	top: -9px			!important;
}

input[type="submit"]:active {
	border: solid 1px #0f0		!important;
	background: #030		!important;
}

html > body > blockquote > center > form > font > font {
	position: relative		!important;
	left: 25px			!important;
}
}