@-moz-document url-prefix("http://start.ubuntu.com/10.04/") {
	html{
		background:-moz-linear-gradient(top,#5C5B56,#5C5B56,#3B3A36,#3B3A36,#3B3A36,#3B3A36);
		min-height:100%;
	}
	body{
		background-color:transparent!important;
		min-height:100%;
	}
	#search-box #ubuntu-branding {
		-moz-border-radius:5px 5px 0 0!important;
		width:593px;
	}
	#search-box .bottom {
		-moz-border-radius:0 0 5px 5px;
	}
}