@-moz-document domain(myspace.com) {

body, body * {
  background: #fff !important;
  color: #000 !important;
  border-color: #ccc !important;
  font-size: 11px !important;
  -moz-opacity: 100 !important;
  opacity: 100 !important;
  -khtml-opacity: 100 !important;
}

/* Links a more pleasing blue */

A {
font-style : normal !important; font-weight : normal !important; color : #0088FF !important; text-decoration : none !important;
}
A:hover {
font-style : normal !important; font-weight : normal !important; color : #0044FF !important;
text-decoration : none !important; }
A:active {
font-style : normal !important; font-weight : normal !important; color : #0022FF !important;
text-decoration : none !important;
}

/* maximum width of any image displayed (set low to keep sections aligned) */

img {
  max-width: 300px !important;
  opacity: 200% !important;
  filter: alpha(opacity=200%) !important;
}

object {
  max-width: 300px !important;
  opacity: 200% !important;
  filter: alpha(opacity=200%) !important;
}

input {
  z-index: 1000 !important;
}

table { border-collapse : collapse !important;
  -moz-opacity: 100 !important;
  opacity: 100 !important;
  -khtml-opacity: 100 !important;
 
}

table table table {
  border: 1px solid #ccc !important;
  -moz-opacity: 100 !important;
  opacity: 100 !important;
  -khtml-opacity: 100 !important;
}
table table table table {
  border: none !important;
  -moz-opacity: 100 !important;
  opacity: 100 !important;
  -khtml-opacity: 100 !important;
 
}
td{
  -moz-opacity: 100 !important;
  opacity: 100 !important;
  -khtml-opacity: 100 !important;
}
#header {
  height: auto !important;
  
}
}