@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix(http://), url-prefix(ftp://), url-prefix(file://), url-prefix(https://) {

body {
    background-color: #262626 !important;
    background-image: none !important;
    color: #bbbbbb !important;
}

a:link {
    color: #659D32 !important;
}
a:visited {
    color: #5e5c8c !important;
}
a:hover,
a:active {
    color: #cb5c8c !important;
}

input[type=hidden],
input[type=button],
input[type=submit],
input[type=reset] {
    background-color: #505050 !important;
    color: black !important;
    border-color: #202020 !important;
}


input[name=q],
input[type=text],
input[type=password],
input[type=file] {
opacity: 0.7;
    background-color: black !important;
    color: black !important ;
    border-color: #202020 !important;
    border: 1px solid #505050 !important;
}

}

@-moz-document url(about:blank) {
html:not([class]) {
    background: url("http://www.debianart.org/cchost/people/AndreasP/AndreasP_-_debian_grey_wave.png") no-repeat center center fixed #333333 !important;
}
}