@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix("http://www.searchmash.com/") {
    body {
        font-family: Lucida Grande, Arial, sans-serif !important;
        font-size: 9pt !important;
	background: #eef url(http://imgred.com/http://cocoadevcentral.com/images/layout/background-glow.png) repeat-x !important;
}
    img[src="static/logo.gif"] {
        width: 1px !important;
        height: 30px !important;
        background-image: url("http://img162.imageshack.us/img162/1306/logo2zv7.png");  
    }
    #content {
        margin: auto !important;
        width: 45em !important;
        border: dotted 1px #ccf !important;
        padding: 5em !important;
	background: #fff url(http://img162.imageshack.us/img162/1306/logo2zv7.png) no-repeat 50px 60px !important;
    }

    #query {
        width: 35em !important;
    }
    input {
        border: 1px solid #93B9D9 !important;
    }
}