@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("pastebin.com") {

 body {
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   text-align: center;
   background-color: #fff !important;
   font-size: 0.9em; 
   margin: 2em 3em;
 }

 #menu, #titlebar, #expirybox, h1, p{
   display: none;
 }

 #content {
   width: 742px;
   margin: 0 auto;
   text-align: left;
 }
 .de2, .li1 {
   background-color: #f9f9f9;
 }
 input, textarea {
   border: 1px solid #eee;
   padding: 5px;
 }
 textarea:focus, input:focus {
   border: 1px solid #aaa;
 }
}