@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("dpaste.com") {

input, button, select, textarea, option {
-moz-appearance: none !important;
}

body {
font-family:tahoma,sans-serif !important;
background:#444 !important;
}

a {
text-decoration:none !important;
}

#topbar {
height:50px !important;
background:#393939 !important;
font-size:.6em !important;
text-transform:uppercase !important;
}

#topbar em, #headercontrols h1 {
color:#888 !important;
}

#headercontrols a {
color:#b48020 !important;
}

#content {
background:#444 !important;
}

#content label {
color:#b48020 !important;
}

#id_content {
height:23em !important;
width:50em !important;
background:#303030 !important;
border:1px solid #666 !important;
padding:5px !important;
color:#888 !important;
font-size:.9em !important;
font-family:tahoma,sans-serif !important;
}

#id_language, #id_title, #id_poster, #submit, .note, .controlbar {
background:#303030 !important;
border:1px solid #666 !important;
color:#888 !important;
}

.note em, .note a {
color:#c0c0c0 !important;
}

.note a {
border:none !important;
}

.note a:hover, .controls a {
background:none !important;
color:#a0a0a0 !important;
}

.highlight {
background:#d2d2d2 !important;
padding:5px !important;
font-size:.9em !important;
margin:0 auto !important;
border:1px solid #666 !important;
border-top:none !important;
}

.linenos {
background:#bcbcbc !important;
color:#797979 !important;
}

#bug {
display:none !important;
}

#content p {
color:#888 !important;
}
}