@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix(http://),url-prefix(https://) {

* {
    font-family:verdana !important;
    background:black !important;
    color:/*#dddddd*/#eeeeee !important;
    font-size:13px !important;
    border-collapse:collapse !important;
  }

  div, td {
    color:#a0a0a0 !important;
    border-color: black !important;
  }

  select {
    color: black !important;
    background:white !important;
  }

  input {
    border:solid 1px #909090 !important;
    margin:1px !important;
    font-size:12px !important;
    color:white !important;
  }

  input[type=radio] {
    width:auto !important;
    color:white !important;
  }

  input[type=submit] {
    text-align:center !important;
    background:#000000 !important;
  }

  input[name=q] {
    background:#181818 !important;
    padding:2px 5px !important;
  }

  label {
    color:#a0a0a0 !important;
    font-size:12px !important;
  }

  a, a:link, a:visited {
    color:/*#FF912F*/#FFDB70 !important;
    text-decoration:none !important;
  }

  a:hover {
    color:#FF912F !important;

  }
}